update control buttons when disconnection detected
[disorder] / server / cgimain.c
index 9be0d1b..231ece1 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <config.h>
+#include "types.h"
 
 #include <stdio.h>
 #include <errno.h>
@@ -45,7 +46,6 @@ int main(int argc, char **argv) {
   dcgi_state s;
   cgi_sink output;
 
-  mem_init(0);
   if(argc > 0) progname = argv[0];
   cgi_parse();
   if((conf = getenv("DISORDER_CONFIG"))) configfile = xstrdup(conf);
@@ -77,4 +77,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:1c8016a19d7f117427c184c8aadf1bba */