s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Nov 2011 17:41:50 +0000 (18:41 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 3 Nov 2011 15:55:12 +0000 (16:55 +0100)
metze

source3/winbindd/winbindd_cm.c

index 33c4deed08acd882efb9d545717cbdbb1906ae51..edc6579b7b9d5be8165b53575eb37f847ee4efa2 100644 (file)
@@ -812,7 +812,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
 
        *cli = cli_state_create(NULL, sockfd,
                                controller, domain->alt_name,
-                               Undefined, flags);
+                               SMB_SIGNING_DEFAULT, flags);
        if (*cli == NULL) {
                DEBUG(1, ("Could not cli_initialize\n"));
                result = NT_STATUS_NO_MEMORY;