Parent Directory
|
Revision Log
|
Patch
| Revision 1.63 by sysadm, Sun Jun 22 01:40:03 2025 UTC | Revision 1.64 by sysadm, Mon Jun 23 08:47:56 2025 UTC | |
|---|---|---|
| # | Line 523 int net_server(const char *hostaddr, in_ | Line 523 int net_server(const char *hostaddr, in_ |
| 523 | ||
| 524 | port_client = ntohs(sin.sin_port); | port_client = ntohs(sin.sin_port); |
| 525 | ||
| 526 | log_common("Accept %sconnection from %s:%d\n", (SSH_v2 ? "" : "SSH2 "), hostaddr_client, port_client); | log_common("Accept %s connection from %s:%d\n", (SSH_v2 ? "SSH" : "telnet"), hostaddr_client, port_client); |
| 527 | ||
| 528 | if (SYS_child_process_count - 1 < BBS_max_client) | if (SYS_child_process_count - 1 < BBS_max_client) |
| 529 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |