aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/main.c b/src/main.c
index e8127f0..f8cb5ef 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,21 +22,21 @@
#include "interfaces/hostnamed/hostnamed.c"
gboolean systemd_utils_init() {
- if(!config_init()) {
- gchar *tmp;
- tmp = "/etc/systemd_compat.conf";
-
- g_printf("FAILED to open config %s!\n", tmp);
- return FALSE;
- }
- /*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;
- }*/
- return TRUE;
+ if(!config_init()) {
+ gchar *tmp;
+ tmp = "/etc/systemd_compat.conf";
+
+ g_printf("FAILED to open config %s!\n", tmp);
+ return FALSE;
+ }
+ /*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;
+ }*/
+ return TRUE;
}
int main() {