Parent Directory
|
Revision Log
|
Patch
| Revision 1.53 by sysadm, Thu Jun 5 09:04:55 2025 UTC | Revision 1.54 by sysadm, Thu Jun 5 09:13:22 2025 UTC | |
|---|---|---|
| # | Line 324 int net_server(const char *hostaddr, in_ | Line 324 int net_server(const char *hostaddr, in_ |
| 324 | ||
| 325 | port_client = ntohs(sin.sin_port); | port_client = ntohs(sin.sin_port); |
| 326 | ||
| 327 | log_common("Accept connection from %s:%d\n", hostaddr_client, port_client); | log_common("Accept %sconnection from %s:%d\n", (SSH_v2 ? "" : "SSH2 "), hostaddr_client, port_client); |
| 328 | ||
| 329 | if (SYS_child_process_count - 1 < BBS_max_client) | if (SYS_child_process_count - 1 < BBS_max_client) |
| 330 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |