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

Diff of /lbbs/src/section_list_loader.c

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

Revision 1.53 by sysadm, Wed Oct 22 04:48:53 2025 UTC Revision 1.55 by sysadm, Thu Oct 23 04:09:13 2025 UTC
# Line 691  int section_list_loader_launch(void) Line 691  int section_list_loader_launch(void)
691          int load_count;          int load_count;
692          int last_mid;          int last_mid;
693          time_t tm_section_list_reload = 0;          time_t tm_section_list_reload = 0;
694          time_t tm_user_list_reload = 0;          time_t tm_user_list_reload = time(NULL);
695          time_t tm_user_online_list_reload = 0;          time_t tm_user_online_list_reload = time(NULL);
696    
697          if (section_list_loader_pid != 0)          if (section_list_loader_pid != 0)
698          {          {
# Line 811  int section_list_loader_launch(void) Line 811  int section_list_loader_launch(void)
811                          {                          {
812                                  log_error("user_list_pool_reload(all_user) error\n");                                  log_error("user_list_pool_reload(all_user) error\n");
813                          }                          }
814    
815                            if (user_stat_update() < 0)
816                            {
817                                    log_error("user_stat_update() error\n");
818                            }
819    
820                          tm_user_list_reload = time(NULL);                          tm_user_list_reload = time(NULL);
821                  }                  }
822    
# Line 821  int section_list_loader_launch(void) Line 827  int section_list_loader_launch(void)
827                          {                          {
828                                  log_error("user_list_pool_reload(online_user) error\n");                                  log_error("user_list_pool_reload(online_user) error\n");
829                          }                          }
830    
831                          tm_user_online_list_reload = time(NULL);                          tm_user_online_list_reload = time(NULL);
832                  }                  }
833    


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

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