Author: jerry
Date: 2005-09-03 21:53:20 +0000 (Sat, 03 Sep 2005)
New Revision: 10012

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

Log:
fix build breakage caused by forgotten commit in local tree
Modified:
   branches/SAMBA_3_0/source/registry/reg_cachehook.c


Changeset:
Modified: branches/SAMBA_3_0/source/registry/reg_cachehook.c
===================================================================
--- branches/SAMBA_3_0/source/registry/reg_cachehook.c  2005-09-03 21:23:02 UTC 
(rev 10011)
+++ branches/SAMBA_3_0/source/registry/reg_cachehook.c  2005-09-03 21:53:20 UTC 
(rev 10012)
@@ -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 );
 }

Reply via email to