From 22607320841100148dbaed17983be7703d2172b1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 7 Feb 2010 15:45:42 +0100 Subject: s3: SORTED_TREE -> struct sorted_tree --- source3/registry/reg_cachehook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index 4f84de5286..57097c1ddd 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -25,7 +25,7 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -static SORTED_TREE *cache_tree = NULL; +static struct sorted_tree *cache_tree = NULL; extern struct registry_ops regdb_ops; /* these are the default */ static WERROR keyname_to_path(TALLOC_CTX *mem_ctx, const char *keyname, @@ -76,7 +76,7 @@ WERROR reghook_cache_init(void) /********************************************************************** Add a new registry hook to the cache. Note that the keyname - is not in the exact format that a SORTED_TREE expects. + is not in the exact format that a struct sorted_tree expects. *********************************************************************/ WERROR reghook_cache_add(const char *keyname, struct registry_ops *ops) -- cgit