X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fnmbd%2Fnmbd_synclists.c;fp=source3%2Fnmbd%2Fnmbd_synclists.c;h=bba1bc1ebec096f865dd425fe0ceae7eff8cfd2c;hb=482d3b35e99ab8c5b911fc3e863c1c35a500f791;hp=0135afc2f0a584952f3cffb985d610e93c659b89;hpb=d6d8893d56d0f7b6be7e9a8c34d454f4933525d5;p=samba.git diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index 0135afc2f0a..bba1bc1ebec 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -95,7 +95,7 @@ static void sync_child(char *name, int nm_type, return; } - if (!NT_STATUS_IS_OK(cli_session_setup(cli, "", "", 1, "", 0, + if (!NT_STATUS_IS_OK(cli_session_setup(cli, "", "", workgroup))) { cli_shutdown(cli); return;