aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index a2ea8fc..5643b86 100644
--- a/main.c
+++ b/main.c
@@ -20,6 +20,7 @@
#include "runloop.h"
#include "user_data.h"
#include "hashtable.h"
+#include "config.h"
#define PORT (29536) // python: int("msg",36)
@@ -162,6 +163,8 @@ int main(int argc,char **argv){
return 1;
}
+ config_init("config.txt");
+
signal(SIGPIPE,signal_handler);
conn_hash_init();