r6149: Fixes bugs #2498 and 2484.
[vlendec/samba-autobuild/.git] / source3 / rpc_server / srv_svcctl_nt.c
index cb04ef1d10f5af95b9257123ed684497e98b92dd..a76e68a312c91f2971f201a8b6db1cf36daf87a0 100644 (file)
  * sertup the \PIPE\svcctl db API
  */
  
-static TDB_CONTEXT *svcctl_tdb; /* used for share security descriptors */
-
 #define SCVCTL_DATABASE_VERSION_V1 1
 
 /********************************************************************
 ********************************************************************/
 
-#if 0 /* unused static function */
+#if 0 /* unused static function and static variable*/
+
+static TDB_CONTEXT *svcctl_tdb; /* used for share security descriptors */
 
 static BOOL init_svcctl_db( void )
 {