/[LeafOK_CVS]/lbbs/src/net_server.c
ViewVC logotype

Diff of /lbbs/src/net_server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.63 by sysadm, Sun Jun 22 01:40:03 2025 UTC Revision 1.65 by sysadm, Tue Jun 24 10:01:24 2025 UTC
# Line 469  int net_server(const char *hostaddr, in_ Line 469  int net_server(const char *hostaddr, in_
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    
# 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                                          {                                          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1