svn commit: samba r8034 - in trunk/source/registry: .

jerry at samba.org jerry at samba.org
Fri Jul 1 03:13:08 GMT 2005


Author: jerry
Date: 2005-07-01 03:13:08 +0000 (Fri, 01 Jul 2005)
New Revision: 8034

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8034

Log:
fix mistaken commit that broken the virtual registry backends
Modified:
   trunk/source/registry/reg_frontend.c


Changeset:
Modified: trunk/source/registry/reg_frontend.c
===================================================================
--- trunk/source/registry/reg_frontend.c	2005-07-01 02:17:38 UTC (rev 8033)
+++ trunk/source/registry/reg_frontend.c	2005-07-01 03:13:08 UTC (rev 8034)
@@ -31,7 +31,7 @@
 extern REGISTRY_OPS regdb_ops;		/* these are the default */
 
 /* array of REGISTRY_HOOK's which are read into a tree for easy access */
-#define REG_TDB_ONLY		1
+/* #define REG_TDB_ONLY		1 */
 
 REGISTRY_HOOK reg_hooks[] = {
 #ifndef REG_TDB_ONLY 



More information about the samba-cvs mailing list