diff options
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r-- | source3/registry/reg_cachehook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index 57097c1ddd2..43eae7d61c7 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -64,7 +64,7 @@ WERROR reghook_cache_init(void) return WERR_OK; } - cache_tree = pathtree_init(®db_ops, NULL); + cache_tree = pathtree_init(®db_ops); if (cache_tree == NULL) { return WERR_NOMEM; } |