summaryrefslogtreecommitdiff
path: root/source/nmbd
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-07-09 18:11:47 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-07-09 18:11:47 +0000
commit4ccc84989efc0875dfec95d38be4a8fe746c8795 (patch)
tree0ac5c7f5c0465b14c484385bf0f51a42d77b2d4f /source/nmbd
parent429f1f975e2936f2e220b656c51c211d48d47047 (diff)
downloadsamba-4ccc84989efc0875dfec95d38be4a8fe746c8795.tar.gz
missed nmbd.c in previous update.
did a make proto lkcl
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 187ef8e7b72..40cb06aad4b 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -63,16 +63,16 @@ static int sig_term()
DEBUG(0,("Got SIGTERM: going down...\n"));
+ /* write out wins.dat file if samba is a WINS server */
dump_names();
- reload_services(True);
/* remove all samba names, with wins server if necessary. */
remove_my_names();
/* announce all server entries as 0 time-to-live, 0 type */
+ /* XXXX don't care if we never receive a response back... yet */
remove_my_servers();
- /* XXXX don't care if we never receive a response back... yet */
/* XXXX other things: if we are a master browser, force an election? */
exit(0);