s3:Makefile: net utility dependency cleanup
[ira/wip.git] / source3 / registry / reg_init_basic.c
index 60dcabdcf2f3f2771c1c73fba0d95a1951b94a70..eab4ca7f9d62b3501401d9a46493f33e48f3ab77 100644 (file)
@@ -37,6 +37,14 @@ WERROR registry_init_common(void)
        if (!W_ERROR_IS_OK(werr)) {
                DEBUG(0, ("Failed to initialize the reghook cache: %s\n",
                          win_errstr(werr)));
+               goto done;
+       }
+
+       /* setup the necessary keys and values */
+
+       werr = init_registry_data();
+       if (!W_ERROR_IS_OK(werr)) {
+               DEBUG(0, ("Failed to initialize data in registry!\n"));
        }
 
 done: