1--- server/main.c.orig 2020-08-28 19:28:55 UTC 2+++ server/main.c 3@@ -42,6 +42,8 @@ 4 #include "myerror.h" 5 #include "log.h" 6 7+int debug; 8+ 9 int detach_process(t_conf *conf) 10 { 11 int fd; 12 13