summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-18 16:41:04 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-18 16:41:04 +0000
commitf52a5014ee325f9d91f266f88eac51b6136a75b9 (patch)
treeaedf0553c97179bc2f3560455c9be6366341e0f7 /source/smbd/server.c
parent121b59669fbcd1aaedb08011ff36169fc6561c55 (diff)
downloadsamba-f52a5014ee325f9d91f266f88eac51b6136a75b9.tar.gz
samba-f52a5014ee325f9d91f266f88eac51b6136a75b9.tar.xz
samba-f52a5014ee325f9d91f266f88eac51b6136a75b9.zip
merge from 2.2
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r--source/smbd/server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 84b7109294f..d2a9a649666 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -441,12 +441,14 @@ void exit_server(char *reason)
conn_close_all();
+ invalidate_all_vuids();
+
/* delete our entry in the connections database. */
if (lp_status(-1)) {
yield_connection(NULL,"",MAXSTATUS);
}
- respond_to_all_remaining_local_messages();
+ respond_to_all_remaining_local_messages();
decrement_smbd_process_count();
#ifdef WITH_DFS