summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-02-01 11:49:33 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:32:01 +0100
commit09dafc4a256c14db6ca8ed68b99d774e118f7051 (patch)
tree22b30023522df3982cd548eb78d8b7b395a5028a /source3/rpc_server
parent96565db5f66f791968ed354fc8f39464ff0a7e5a (diff)
downloadsamba-09dafc4a256c14db6ca8ed68b99d774e118f7051.tar.gz
samba-09dafc4a256c14db6ca8ed68b99d774e118f7051.tar.bz2
samba-09dafc4a256c14db6ca8ed68b99d774e118f7051.zip
s3-rpc_server: Added a svcctl shutdown function.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/srv_svcctl_nt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_svcctl_nt.c b/source3/rpc_server/srv_svcctl_nt.c
index cc6cf84eb6..e8e55ca981 100644
--- a/source3/rpc_server/srv_svcctl_nt.c
+++ b/source3/rpc_server/srv_svcctl_nt.c
@@ -106,6 +106,13 @@ bool init_service_op_table( void )
return True;
}
+bool shutdown_service_op_table(void)
+{
+ TALLOC_FREE(svcctl_ops);
+
+ return true;
+}
+
/********************************************************************
********************************************************************/