summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
-rw-r--r--source3/registry/reg_dispatcher.c (renamed from source3/registry/reg_frontend_hilvl.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index df0c99d851..29df2a07eb 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -439,7 +439,7 @@ REGISTRY_OBJ = registry/reg_init_full.o registry/reg_cachehook.o \
registry/reg_util.o registry/reg_perfcount.o \
registry/reg_util_legacy.o \
registry/reg_api.o \
- registry/reg_frontend_hilvl.o \
+ registry/reg_dispatcher.o \
$(REGISTRY_BACKENDS) \
$(UTIL_REG_API_OBJ) $(UTIL_REG_SMBCONF_OBJ)
@@ -447,7 +447,7 @@ REGISTRY_OBJ = registry/reg_init_full.o registry/reg_cachehook.o \
# loaded but only the portion needed by reg_api, typically for
# using smbconf (registry) - full access
REG_API_OBJ = registry/reg_api.o \
- registry/reg_frontend_hilvl.o \
+ registry/reg_dispatcher.o \
registry/reg_backend_smbconf.o \
registry/reg_backend_db.o \
registry/reg_util.o \
diff --git a/source3/registry/reg_frontend_hilvl.c b/source3/registry/reg_dispatcher.c
index e6e7613457..e6e7613457 100644
--- a/source3/registry/reg_frontend_hilvl.c
+++ b/source3/registry/reg_dispatcher.c