summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2023-05-11 14:45:13 +1200
committerAndrew Bartlett <abartlet@samba.org>2023-05-18 01:03:37 +0000
commit89d30cdfe164e441d0b565e02ea9422eaae789fb (patch)
tree1b8e5a692045e1ba40d4fcc8f4236e7f19f80623
parent34080e8839a998ed177526129049e0cf2a4bbaf6 (diff)
downloadsamba-89d30cdfe164e441d0b565e02ea9422eaae789fb.tar.gz
s4:auth: Remove superfluous semicolon
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/auth/ntlm/auth.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*