summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-11-02 18:41:50 +0100
committerStefan Metzmacher <metze@samba.org>2011-11-03 16:55:12 +0100
commitf61fb18e0a1ad3217075adc97e4f058d334480e4 (patch)
treebdb810662d3d78793e56fe5ec56314aea55468a3 /source3/nmbd
parent2202c3ce0231f449ae6cb1443c1b6c9e90af7709 (diff)
downloadsamba-f61fb18e0a1ad3217075adc97e4f058d334480e4.tar.gz
samba-f61fb18e0a1ad3217075adc97e4f058d334480e4.tar.bz2
samba-f61fb18e0a1ad3217075adc97e4f058d334480e4.zip
s3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/
metze
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd_synclists.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c
index 7a256a35ef..cc0068bf54 100644
--- a/source3/nmbd/nmbd_synclists.c
+++ b/source3/nmbd/nmbd_synclists.c
@@ -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;
}