chiark / gitweb /
log rtp timestamp updates (which shows that they are wrong)
[disorder] / server / cgimain.c
index 9be0d1be727d2c3048778f3ca4f389f882717712..467ed59b618dc1fd84d6d52e7ae5b6e5acbb40c2 100644 (file)
@@ -45,7 +45,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 +76,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:1c8016a19d7f117427c184c8aadf1bba */