summaryrefslogtreecommitdiff
path: root/source3/smbd/server_exit.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-06-10 11:54:00 -0400
committerSimo Sorce <idra@samba.org>2010-06-10 17:30:45 -0400
commit5e576a53abbf2822c0a8fcc87f76140a755599e4 (patch)
treef026e75c6e9ab5e3dc3631be43930868ce76d077 /source3/smbd/server_exit.c
parentaeb25ad0b87af2a2af7735f49744a677ebf4fe06 (diff)
downloadsamba-5e576a53abbf2822c0a8fcc87f76140a755599e4.tar.gz
samba-5e576a53abbf2822c0a8fcc87f76140a755599e4.tar.bz2
samba-5e576a53abbf2822c0a8fcc87f76140a755599e4.zip
s3:lib make server contexts generic
Pair-programmed-with: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/smbd/server_exit.c')
-rw-r--r--source3/smbd/server_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/server_exit.c b/source3/smbd/server_exit.c
index 3e0da3e1cf..1de9a0989c 100644
--- a/source3/smbd/server_exit.c
+++ b/source3/smbd/server_exit.c
@@ -119,8 +119,8 @@ static void exit_server_common(enum server_exit_reason how,
*/
sconn = NULL;
TALLOC_FREE(smbd_server_conn);
- TALLOC_FREE(smbd_msg_ctx);
- TALLOC_FREE(smbd_event_ctx);
+ server_messaging_context_free();
+ server_event_context_free();
TALLOC_FREE(smbd_memcache_ctx);
if (how != SERVER_EXIT_NORMAL) {