summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_cachehook.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-07 15:49:13 +0100
committerVolker Lendecke <vl@samba.org>2010-02-13 13:26:11 +0100
commit613777e6dce53fc3c8794ef6cf5d00688ee442e5 (patch)
tree9643a98c78d080f644e9fa8b29d7dc0361e8d30c /source3/registry/reg_cachehook.c
parent3ab78e31f095639a77ea3c086e765d91424fa6fa (diff)
downloadsamba-613777e6dce53fc3c8794ef6cf5d00688ee442e5.tar.gz
samba-613777e6dce53fc3c8794ef6cf5d00688ee442e5.tar.xz
samba-613777e6dce53fc3c8794ef6cf5d00688ee442e5.zip
s3: Remove unused comparison fn from "struct sorted_tree"
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r--source3/registry/reg_cachehook.c2
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(&regdb_ops, NULL);
+ cache_tree = pathtree_init(&regdb_ops);
if (cache_tree == NULL) {
return WERR_NOMEM;
}