netutils/thttpd: fix compile break
change NSOCKET_DESCRIPTORS to NFILE_DESCRIPTORS Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
3708b6e478
commit
681da55d4a
@ -696,7 +696,7 @@ int thttpd_main(int argc, char **argv)
|
||||
* socket descriptors
|
||||
*/
|
||||
|
||||
fw = fdwatch_initialize(CONFIG_NSOCKET_DESCRIPTORS);
|
||||
fw = fdwatch_initialize(CONFIG_NFILE_DESCRIPTORS);
|
||||
if (!fw)
|
||||
{
|
||||
nerr("ERROR: fdwatch initialization failure\n");
|
||||
|
Loading…
Reference in New Issue
Block a user