Move reg_frontend_hilvl.c to reg_dispatcher.c
authorMichael Adam <obnox@samba.org>
Sun, 20 Jan 2008 23:34:06 +0000 (00:34 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 21 Jan 2008 07:49:12 +0000 (08:49 +0100)
This is actually the dispatcher to the registered registry backends.

Michael
(This used to be commit 39d65d11f8eff0aff998d5bfed8480b0f00655bd)

source3/Makefile.in
source3/registry/reg_dispatcher.c [moved from source3/registry/reg_frontend_hilvl.c with 100% similarity]

index df0c99d8515ce58f45bdff00e77b1ae1d772aaba..29df2a07eb388eb6b92f50000c763fd186f13865 100644 (file)
@@ -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 \