| 469 |
|
|
| 470 |
if (section_list_loader_reload() < 0) |
if (section_list_loader_reload() < 0) |
| 471 |
{ |
{ |
| 472 |
log_error("ksection_list_loader_reload() failed\n"); |
log_error("section_list_loader_reload() failed\n"); |
| 473 |
} |
} |
| 474 |
} |
} |
| 475 |
|
|
| 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 |
{ |
{ |