From 1e60556b89305022b6cefe9bb28badb51dc15620 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 27 Oct 2007 18:56:04 +0000 Subject: Fixes found in smtp testing git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@356 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/netutils/webserver/httpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/netutils/webserver') diff --git a/nuttx/netutils/webserver/httpd.c b/nuttx/netutils/webserver/httpd.c index 7c3271fd6..1f6f58df8 100644 --- a/nuttx/netutils/webserver/httpd.c +++ b/nuttx/netutils/webserver/httpd.c @@ -289,6 +289,7 @@ static void handle_connection(struct httpd_state *pstate) int httpd_listen(void) { #warning "this is all very broken at the moment" + return OK; } /**************************************************************************** -- cgit v1.2.3