mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
THTTPD now gets past initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2007 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -737,11 +737,7 @@ int thttpd_main(int argc, char **argv)
|
||||
int cnum;
|
||||
FAR struct connect_s *conn;
|
||||
FAR httpd_conn *hc;
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
struct sockaddr_in6 sa;
|
||||
#else
|
||||
struct sockaddr_in sa;
|
||||
#endif
|
||||
httpd_sockaddr sa;
|
||||
struct timeval tv;
|
||||
#ifdef CONFIG_THTTPD_DIR
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user