s3:nmbd: 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/nmbd/nmbd_synclists.c

index 7a256a35efe516d5f469b280be5ee08c55db19d2..cc0068bf542c0d1c64c42a6fbdeab57939309e9b 100644 (file)
@@ -82,8 +82,8 @@ static void sync_child(char *name, int nm_type,
        in_addr_to_sockaddr_storage(&ss, ip);
 
        status = cli_connect_nb(name, &ss, 139, nm_type,
-                               get_local_machine_name(), Undefined, 0,
-                               &cli);
+                               get_local_machine_name(), SMB_SIGNING_DEFAULT,
+                               0, &cli);
        if (!NT_STATUS_IS_OK(status)) {
                return;
        }