summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-02-12 05:24:02 +0000
committerGerald Carter <jerry@samba.org>2004-02-12 05:24:02 +0000
commit6e22c5da929b6d9a4e32dc704c83112b2ad8fcfd (patch)
tree90240c996e9e0450b72e8b4a31bf448763337c4e /source/smbd/server.c
parentdaee8d7feee4a08d6c204e2de3f346b6d10640e6 (diff)
downloadsamba-6e22c5da929b6d9a4e32dc704c83112b2ad8fcfd.tar.gz
samba-6e22c5da929b6d9a4e32dc704c83112b2ad8fcfd.tar.xz
samba-6e22c5da929b6d9a4e32dc704c83112b2ad8fcfd.zip
merge from old APP_HEAD
* remove corrupt tdb and shutdown (only for printing tdbs, connections, sessionid & locking) * decrement smbd counter in connections.tdb in smb_panic() * various Makefile hack to get things to link 'max smbd processes' looks like it might be broken. The counter KEY is not being set. Will look into that tomorrow.
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r--source/smbd/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index e2ffe8cc9f7..be59e92cd7b 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -501,6 +501,7 @@ BOOL reload_services(BOOL test)
return(ret);
}
+
#if DUMP_CORE
/*******************************************************************
prepare to dump a core file - carefully!
@@ -890,3 +891,4 @@ void build_options(BOOL screen);
exit_server("normal exit");
return(0);
}
+