s3:cliconnect.c: remove useless ';'
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Jan 2018 07:57:05 +0000 (08:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 20 Mar 2018 16:12:12 +0000 (17:12 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13206

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit e039e9b0d2a16b21ace019b028e5c8244486b8a3)

source3/libsmb/cliconnect.c

index b18e91278c6f0b3ef7c1787840de55706d6df112..7f03e8be26fcfcab4b63fcf705819162f65fc1f3 100644 (file)
@@ -1286,7 +1286,7 @@ static struct tevent_req *cli_session_setup_spnego_send(
 
        status = cli_session_creds_prepare_krb5(cli, creds);
        if (tevent_req_nterror(req, status)) {
-               return tevent_req_post(req, ev);;
+               return tevent_req_post(req, ev);
        }
 
        subreq = cli_session_setup_gensec_send(state, ev, cli, creds,