summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-06-28 23:11:31 +0000
committerJeremy Allison <jra@samba.org>2002-06-28 23:11:31 +0000
commite7a866dd3d4fc476599af0e2d5ff8889b1a7941e (patch)
tree066b1f44db68349c2fca3a66ec0760fc937db349 /source3/smbd
parentf201450f39c8a44c0da04a9289b245d5de5290c8 (diff)
downloadsamba-e7a866dd3d4fc476599af0e2d5ff8889b1a7941e.tar.gz
samba-e7a866dd3d4fc476599af0e2d5ff8889b1a7941e.tar.bz2
samba-e7a866dd3d4fc476599af0e2d5ff8889b1a7941e.zip
Shut down printing tdb correctly - this will be more important when I go
to a tdb per-queue for scalability. Jeremy. (This used to be commit e808eb2758ff4ad1eed7b50a02865b87ba0c068e)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 107282d36c..7d2c62d839 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -531,6 +531,7 @@ void exit_server(char *reason)
}
locking_end();
+ printing_end();
DEBUG(3,("Server exit (%s)\n", (reason ? reason : "")));
exit(0);