From 3e227d8544a020d1aea24c38c9ca45a75d14c3f1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 Sep 2011 20:35:51 +0200 Subject: s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb() metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Sep 8 10:21:50 CEST 2011 on sn-devel-104 --- source3/nmbd/nmbd_synclists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd/nmbd_synclists.c') diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index 964975e1a5..a5fd356692 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -82,7 +82,7 @@ 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, + get_local_machine_name(), Undefined, 0, &cli); if (!NT_STATUS_IS_OK(status)) { return; -- cgit