summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_elections.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-12-24 08:49:44 +0000
committerJeremy Allison <jra@samba.org>1997-12-24 08:49:44 +0000
commit5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083 (patch)
treea25a261c11d94aac922f4ba0c6346e7215e95010 /source3/nmbd/nmbd_elections.c
parent0c0777400fd4a2e0586761514345153c9ee218ed (diff)
downloadsamba-5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083.tar.gz
samba-5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083.tar.bz2
samba-5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083.zip
nmbd_elections.c: Added new parameter to dump_workgroups call.
nmbd_incomingdgrams.c: Deal with announcements with servertype == 0 - these are announcements that a machine is shutting down and must be treated differently. nmbd_serverlistdb.c: Exposed remove_server_from_workgroup as external. Added code to dump out workgroups on signal correctly. nmbd_workgroupdb.c: Added new parameter to dump_workgroups call. Jeremy. (This used to be commit f7591109b968c66012af5e9fe818bba8e6f1cf23)
Diffstat (limited to 'source3/nmbd/nmbd_elections.c')
-rw-r--r--source3/nmbd/nmbd_elections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c
index 5c3c4c7a01..8081de8382 100644
--- a/source3/nmbd/nmbd_elections.c
+++ b/source3/nmbd/nmbd_elections.c
@@ -141,7 +141,7 @@ void check_master_browser_exists(time_t t)
lastrun = t;
- dump_workgroups();
+ dump_workgroups(False);
for (subrec = FIRST_SUBNET; subrec; subrec = NEXT_SUBNET_EXCLUDING_UNICAST(subrec))
{