From: Joseph Sutton Date: Thu, 11 May 2023 02:45:13 +0000 (+1200) Subject: s4:auth: Remove superfluous semicolon X-Git-Tag: talloc-2.4.1~644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d30cdfe164e441d0b565e02ea9422eaae789fb;p=thirdparty%2Fsamba.git s4:auth: Remove superfluous semicolon Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index 7cfe56c9f6f..93dcecd55ad 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -231,7 +231,7 @@ _PUBLIC_ struct tevent_req *auth_check_password_send(TALLOC_CTX *mem_ctx, */ user_info_tmp = talloc_zero(state, struct auth_usersupplied_info); if (tevent_req_nomem(user_info_tmp, req)) { - return tevent_req_post(req, ev);; + return tevent_req_post(req, ev); } /*