svn commit: samba r2734 - in branches/SAMBA_4_0/source/rpc_server/samr: .

tridge at samba.org tridge at samba.org
Tue Sep 28 14:38:13 GMT 2004


Author: tridge
Date: 2004-09-28 14:38:13 +0000 (Tue, 28 Sep 2004)
New Revision: 2734

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/rpc_server/samr&rev=2734&nolog=1

Log:
the samdb_destructor can be static





Modified:
   branches/SAMBA_4_0/source/rpc_server/samr/samdb.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/samr/samdb.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/samr/samdb.c	2004-09-28 14:37:28 UTC (rev 2733)
+++ branches/SAMBA_4_0/source/rpc_server/samr/samdb.c	2004-09-28 14:38:13 UTC (rev 2734)
@@ -44,7 +44,7 @@
 }
 
 /* destroy the last connection to the sam */
-int samdb_destructor(void *ctx)
+static int samdb_destructor(void *ctx)
 {
 	struct samdb_context *sam_ctx = ctx;
 	ldb_close(sam_ctx->ldb);



More information about the samba-cvs mailing list