Fix erroneous comment
This commit is contained in:
parent
a6cf2700c1
commit
163ccafcba
@ -45,9 +45,9 @@
|
||||
|
||||
#ifndef WEBSERVER_CONF_CFS_PATHLEN
|
||||
#define HTTPD_PATHLEN 80
|
||||
#else /* WEBSERVER_CONF_CFS_CONNS */
|
||||
#else /* WEBSERVER_CONF_CFS_PATHLEN */
|
||||
#define HTTPD_PATHLEN WEBSERVER_CONF_CFS_PATHLEN
|
||||
#endif /* WEBSERVER_CONF_CFS_CONNS */
|
||||
#endif /* WEBSERVER_CONF_CFS_PATHLEN */
|
||||
|
||||
#ifndef WEBSERVER_CONF_INBUF_SIZE
|
||||
#define HTTPD_INBUF_SIZE (HTTPD_PATHLEN + 90)
|
||||
|
Loading…
Reference in New Issue
Block a user