projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94304e7
)
fix up merge conflicts to compile on strict settings
author
kremlin-
<ian@kremlin.cc>
Thu, 26 Jun 2014 02:16:18 +0000
(21:16 -0500)
committer
kremlin-
<ian@kremlin.cc>
Thu, 26 Jun 2014 02:16:18 +0000
(21:16 -0500)
src/config.c
patch
|
blob
|
blame
|
history
diff --git
a/src/config.c
b/src/config.c
index 54003faaed3e018e75362ebc3af09f49423ee9d6..2d761065b961ff5e9ad4b4494d2b2c2ebe54d85b 100644
(file)
--- a/
src/config.c
+++ b/
src/config.c
@@
-122,6
+122,7
@@
gboolean config_init() {
g_printf("could not read config at %s! exiting..", config_path);
return FALSE;
}
+}
gboolean init_xml() {
@@
-148,10
+149,9
@@
gboolean init_xml() {
}
//set_xml_descriptors();
- return TRUE; //kill me!
}
}
-}
+
//LEFTOFF
/* gchar *posix_hostname;
@@
-195,7
+195,7
@@
gboolean init_xml() {
return TRUE;
} */
-
/*
static void set_xml_descriptors() {
+static void set_xml_descriptors() {
}
@@
-205,4
+205,4
@@
void clean_config() {
g_free(config);
g_free(data_dir);
g_close(config_descr, NULL);
-}
*/
+}