X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=tid%2Ftids.c;fp=tid%2Ftids.c;h=3775b52d68721535bc5fa2873fe78cba456fb450;hp=915e358e573aa48e84cab5866597f8853b9e4d99;hb=d8e0e940cc61d44a18be4849523c4d3edf7db48e;hpb=f69e5eb2c34220af42b456ce9322401d6041d3ce diff --git a/tid/tids.c b/tid/tids.c index 915e358..3775b52 100644 --- a/tid/tids.c +++ b/tid/tids.c @@ -306,7 +306,7 @@ static TR_GSS_RC tids_req_cb(TALLOC_CTX *mem_ctx, TR_MSG *mreq, TR_MSG **mresp, /* Handle the request and fill in resp */ if (tids_handle_request(tids, req, resp) >= 0) - rc = TR_GSS_SUCCESS; + rc = TR_GSS_SUCCESS; else { /* The TID request was an error response */ tr_debug("tids_req_cb: Error from tids_handle_request");