]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spnego: Remove a pointless return;
authorVolker Lendecke <vl@samba.org>
Fri, 3 Jul 2026 10:00:31 +0000 (12:00 +0200)
committerAnoop C S <anoopcs@samba.org>
Mon, 3 Aug 2026 09:05:30 +0000 (09:05 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
auth/gensec/spnego.c

index a478a7211c37d2e732b8e29a062faf723b94c1f1..cd0b8c73309bfad6732297d3821abe2408ce20cd 100644 (file)
@@ -2110,7 +2110,6 @@ respond:
 
        state->status = status;
        tevent_req_done(req);
-       return;
 }
 
 static NTSTATUS gensec_spnego_update_out(struct gensec_security *gensec_security,