/[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.106 by sysadm, Wed Dec 17 03:44:29 2025 UTC Revision 1.107 by sysadm, Wed Dec 17 04:22:40 2025 UTC
# Line 721  int net_server(const char *hostaddr, in_ Line 721  int net_server(const char *hostaddr, in_
721                                          }                                          }
722                                          else                                          else
723                                          {                                          {
724                                                  ret = hash_dict_inc(hash_dict_sockaddr_count, (uint64_t)j, -1);                                                  ret = hash_dict_inc(hash_dict_sockaddr_count, (in_addr_t)j, -1);
725                                                  if (ret <= 0)                                                  if (ret <= 0)
726                                                  {                                                  {
727                                                          log_error("hash_dict_inc(hash_dict_sockaddr_count, %d, -1) error: %d\n", j, ret);                                                          log_error("hash_dict_inc(hash_dict_sockaddr_count, %d, -1) error: %d\n", (in_addr_t)j, ret);
728                                                  }                                                  }
729    
730                                                  ret = hash_dict_del(hash_dict_pid_sockaddr, (uint64_t)pid);                                                  ret = hash_dict_del(hash_dict_pid_sockaddr, (uint64_t)pid);


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

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