From d8e0e940cc61d44a18be4849523c4d3edf7db48e Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 1 Jun 2018 15:00:42 -0400 Subject: [PATCH] Fix misleading indentation --- tid/tids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.1.4