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

jra at samba.org jra at samba.org
Sat Sep 3 23:50:52 GMT 2005


Author: jra
Date: 2005-09-03 23:50:52 +0000 (Sat, 03 Sep 2005)
New Revision: 10018

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

Log:
Fix the build (Jerry please check).
Jeremy.

Modified:
   trunk/source/registry/reg_cachehook.c


Changeset:
Modified: trunk/source/registry/reg_cachehook.c
===================================================================
--- trunk/source/registry/reg_cachehook.c	2005-09-03 23:49:14 UTC (rev 10017)
+++ trunk/source/registry/reg_cachehook.c	2005-09-03 23:50:52 UTC (rev 10018)
@@ -36,7 +36,7 @@
 
 BOOL reghook_cache_init( void )
 {
-	cache_tree = pathtree_init( &default_hook, NULL, NULL );
+	cache_tree = pathtree_init( &default_hook, NULL );
 
 	return ( cache_tree == NULL );
 }



More information about the samba-cvs mailing list