diff options
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_cachehook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index 7ce39aff25..19943d51fa 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -76,7 +76,7 @@ bool reghook_cache_add(const char *keyname, REGISTRY_OPS *ops) } /********************************************************************** - Initialize the cache tree + Find a key in the cache. *********************************************************************/ REGISTRY_OPS *reghook_cache_find(const char *keyname) @@ -117,7 +117,7 @@ REGISTRY_OPS *reghook_cache_find(const char *keyname) } /********************************************************************** - Initialize the cache tree + Print out the cache tree structure for debugging. *********************************************************************/ void reghook_dump_cache( int debuglevel ) |