]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Remove superfluous semicolon
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 11 May 2023 02:45:13 +0000 (14:45 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 May 2023 01:03:37 +0000 (01:03 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/ntlm/auth.c

index 7cfe56c9f6ff4fd2d92a03f32974744656986797..93dcecd55ad4909ff9bf834fea9caf12545bc954 100644 (file)
@@ -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);
                }
 
                /*