X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=tid%2Fexample%2Ftids_main.c;fp=tid%2Fexample%2Ftids_main.c;h=1ecc494d6c62a42db665eacbee4805fc3e743de8;hp=8673cdd6dbbc15b186d3fef2ee3ec6b38e575e10;hb=6f65c9cce86719147d0b4dcc9823b25443c2d185;hpb=eaa1a8ceed54fbfadc2638cf383aaa12ab446a57 diff --git a/tid/example/tids_main.c b/tid/example/tids_main.c index 8673cdd..1ecc494 100644 --- a/tid/example/tids_main.c +++ b/tid/example/tids_main.c @@ -167,9 +167,6 @@ static int tids_req_handler (TIDS_INSTANCE *tids, tr_debug("tids_req_handler: Request received! target_realm = %s, community = %s", req->realm->buf, req->comm->buf); - if (tids) - tids->req_count++; - if (!(resp) || !resp) { tr_debug("tids_req_handler: No response structure."); return -1;