summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index ed4db42..e8901f5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -15,6 +15,10 @@
#define MOD_PRE "" /**< Module prefix */
+#undef SA_INIT
+#define SA_INIT { { {0} }, 0}
+
+
/** Core Run-time Configuration - populated from config file */
/** @todo: move config parsing/decoding to a module */
static struct config core_config = {
@@ -71,7 +75,9 @@ static struct config core_config = {
/* Network */
{
- ""
+ "",
+ { SA_INIT },
+ 0
},
#ifdef USE_VIDEO