see previous commit, forgot 'git add'..
[systembsd.git] / src / main.c
index da8cdc68333c80aea24f55ce82985edae9d2037b..a592502631d4910631567bb44c4abd08ebbd392b 100644 (file)
@@ -36,13 +36,13 @@ gboolean systemd_utils_init() {
                        g_printf("FAILED to install configs in %s!\n", tmp);
                        return FALSE;
                } 
-               /*if(!init_xml()) {
-                       gchar **tmp;
+               if(!init_xml()) {
+                       const gchar * const *tmp;
                        tmp = g_get_system_data_dirs();
 
                        g_printf("FAILED to install xml configs in %s!\n", tmp[0]);
                        return FALSE;
-               }*/
+               }
        #endif
        return TRUE;
 }