summaryrefslogtreecommitdiff
path: root/source3/nmbsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbsync.c')
-rw-r--r--source3/nmbsync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/nmbsync.c b/source3/nmbsync.c
index c1db37ff5c..7fc422d254 100644
--- a/source3/nmbsync.c
+++ b/source3/nmbsync.c
@@ -77,7 +77,8 @@ void sync_browse_lists(struct subnet_record *d, struct work_record *work,
DEBUG(1,("Failed to start browse sync with %s\n", name));
}
- if (!cli_session_request(&cli, name, nm_type, local_machine)) {
+ if (!cli_session_request(&cli, name, nm_type, local_machine, 0x0))
+ {
DEBUG(1,("%s rejected the browse sync session\n",name));
cli_shutdown(&cli);
return;