/[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.46 by sysadm, Mon Oct 6 11:51:03 2025 UTC Revision 1.50 by sysadm, Tue Oct 14 00:57:06 2025 UTC
# Line 177  int load_section_config_from_db(int upda Line 177  int load_section_config_from_db(int upda
177  #endif  #endif
178                          }                          }
179                  }                  }
                 else  
                 {  
                         p_section->ex_menu_tm = 0;  
                 }  
180    
181                  // release rw lock                  // release rw lock
182                  ret = section_list_rw_unlock(p_section);                  ret = section_list_rw_unlock(p_section);
# Line 721  int section_list_loader_launch(void) Line 717  int section_list_loader_launch(void)
717    
718          // Detach menu in shared memory          // Detach menu in shared memory
719          detach_menu_shm(&bbs_menu);          detach_menu_shm(&bbs_menu);
720            detach_menu_shm(&top10_menu);
721    
722          // Set signal handler          // Set signal handler
723          act.sa_handler = SIG_DFL;          act.sa_handler = SIG_DFL;


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

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