mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r10012: fix build breakage caused by forgotten commit in local tree
(This used to be commit 8c819cd0c6
)
This commit is contained in:
parent
945abd1cb7
commit
7b31155d2c
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user