Parent Directory
|
Revision Log
|
Patch
| Revision 1.49 by sysadm, Wed Jun 4 13:42:53 2025 UTC | Revision 1.50 by sysadm, Wed Jun 4 14:41:17 2025 UTC | |
|---|---|---|
| # | Line 320 int net_server(const char *hostaddr, in_ | Line 320 int net_server(const char *hostaddr, in_ |
| 320 | j++; | j++; |
| 321 | if (j >= BBS_max_client_per_ip) | if (j >= BBS_max_client_per_ip) |
| 322 | { | { |
| 323 | log_error("Too many client connections (%d) from %s\n", j, hostaddr_client); | log_common("Too many client connections (%d) from %s\n", j, hostaddr_client); |
| 324 | break; | break; |
| 325 | } | } |
| 326 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |