summaryrefslogtreecommitdiffstats
path: root/source/nmbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-01 22:06:53 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-01 22:06:53 +0000
commitfcc39b3f4f2f8d04d3fab09db048b4f3dc1e97d5 (patch)
tree3926b22ce391bc80edff7118623c4bf1424a00e9 /source/nmbd
parentfa054c96c62ed0f0a0c6649a7ad7a143fe09694b (diff)
downloadsamba-fcc39b3f4f2f8d04d3fab09db048b4f3dc1e97d5.tar.gz
samba-fcc39b3f4f2f8d04d3fab09db048b4f3dc1e97d5.tar.xz
samba-fcc39b3f4f2f8d04d3fab09db048b4f3dc1e97d5.zip
more cli_session_setup() calls. what the heck are these doing???
they should all be replaced with cli_establish_connection(). created cli_use_wait_keyboard() which waits on multiple cli_states and swallows session keepalives.
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd_synclists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_synclists.c b/source/nmbd/nmbd_synclists.c
index dae25b6eca3..aab1e4349ca 100644
--- a/source/nmbd/nmbd_synclists.c
+++ b/source/nmbd/nmbd_synclists.c
@@ -92,7 +92,7 @@ static void sync_child(char *name, int nm_type,
return;
}
- if (!cli_session_setup(&cli, "", "", 1, "", 0, workgroup)) {
+ if (!cli_session_setup(&cli, local_machine, "", "", 1, "", 0, workgroup)) {
cli_shutdown(&cli);
return;
}