From 11475670562275e7c88bf91b988af014dfe8a4ca Mon Sep 17 00:00:00 2001 From: kremlin- Date: Mon, 9 Jun 2014 22:40:48 -0500 Subject: export proper xml FINALLY.. --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.h') 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; -- cgit v1.2.3