s3:cliconnect.c: remove useless ';'
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Jan 2018 07:57:05 +0000 (08:57 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 22 Feb 2018 22:15:16 +0000 (23:15 +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>
source3/libsmb/cliconnect.c

index f5bf68f0938da7a7e19e8734e0d36d1d59e5c609..7689910fae9f226266458e96a8700f1fe4bc6867 100644 (file)
@@ -1289,7 +1289,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,