s3:winbindd: remove useless ';'
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Dec 2010 10:57:04 +0000 (11:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 28 Dec 2010 11:45:20 +0000 (12:45 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Dec 28 12:45:20 CET 2010 on sn-devel-104

source3/winbindd/winbindd_cm.c

index 3f21db511b98797bf4f658cb34d48e56742b90d4..f3eba90901dbe4d4ea01ec1e124f894c6d62e2c5 100644 (file)
@@ -2026,7 +2026,7 @@ static NTSTATUS cm_get_schannel_creds(struct winbindd_domain *domain,
        struct rpc_pipe_client *netlogon_pipe;
 
        if (lp_client_schannel() == False) {
-               return NT_STATUS_CANT_ACCESS_DOMAIN_INFO;;
+               return NT_STATUS_CANT_ACCESS_DOMAIN_INFO;
        }
 
        result = cm_connect_netlogon(domain, &netlogon_pipe);