src/server/daemon/httprequest.c

changeset 24
1a7853a4257e
parent 23
a2c8fc23c90e
child 26
37ff8bf54b89
--- a/src/server/daemon/httprequest.c	Wed Feb 22 23:20:39 2012 +0100
+++ b/src/server/daemon/httprequest.c	Thu Feb 23 13:10:04 2012 +0100
@@ -28,7 +28,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <arpa/inet.h>
 
 #include "../public/nsapi.h"
 #include "../util/pool.h"
@@ -492,7 +492,7 @@
         }
     }
 
-    return ret;
+    return REQ_PROCEED;
 }
 
 int nsapi_objecttype(NSAPISession *sn, NSAPIRequest *rq) {

mercurial