git.samba.org
/
nivanova
/
samba-autobuild
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r10012: fix build breakage caused by forgotten commit in local tree
[nivanova/samba-autobuild/.git]
/
source3
/
registry
/
reg_cachehook.c
diff --git
a/source3/registry/reg_cachehook.c
b/source3/registry/reg_cachehook.c
index c8a23777be0995b5acce88c0cbeffb0b5f8cdbf8..32885be8e2ecffe62121f84b2ccae04a6b350493 100644
(file)
--- a/
source3/registry/reg_cachehook.c
+++ b/
source3/registry/reg_cachehook.c
@@
-36,7
+36,7
@@
static REGISTRY_HOOK default_hook = { KEY_TREE_ROOT, ®db_ops };
BOOL reghook_cache_init( void )
{
- cache_tree = pathtree_init( &default_hook, NULL
, NULL
);
+ cache_tree = pathtree_init( &default_hook, NULL );
return ( cache_tree == NULL );
}