X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.h;h=c8f97819dee7e4811a1715d80b25f3fafc71908d;hb=5047f6bfd1a812c46128b0d68bf7b93c21c2e76c;hp=5e8093f0139afcf80bc1e67b383925d84fee68de;hpb=fc22d298fef215ccb3c156c30f05e080861c281b;p=systembsd.git diff --git a/src/main.h b/src/main.h index 5e8093f..c8f9781 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,4 @@ #include -#include "xml_defs.h" gboolean install_conf() { gchar *our_conf_uri = "systemd-utl/xml-conf/"; @@ -13,7 +12,8 @@ gboolean install_conf() { /*TODO permissions w/ this */ g_mkdir_with_parents(our_conf_path, 0644); - return (errors[0] == NULL); + return FALSE; + //return (errors[0] == NULL); } else return FALSE;