Searched refs:maxusers (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogin.c336 int maxusers; local
408 maxusers = strtoul (config_getoption ("USERLIMIT_GLOBAL"), NULL, 10);
409 if ((maxusers) && (maxusers == bftpdutmp_usercount ("*")))
413 maxusers);
419 maxusers = strtoul (config_getoption ("USERLIMIT_SINGLEUSER"), NULL, 10);
420 if ((maxusers) && (maxusers == bftpdutmp_usercount (user)))
424 maxusers);
426 maxusers);
[all...]

Completed in 84 milliseconds