/[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.79 by sysadm, Wed Nov 5 04:19:21 2025 UTC Revision 1.80 by sysadm, Fri Nov 7 04:58:09 2025 UTC
# Line 8  Line 8 
8    
9  #include "bbs.h"  #include "bbs.h"
10  #include "bbs_main.h"  #include "bbs_main.h"
11    #include "bwf.h"
12  #include "common.h"  #include "common.h"
13  #include "database.h"  #include "database.h"
14  #include "file_loader.h"  #include "file_loader.h"
# Line 653  int net_server(const char *hostaddr, in_ Line 654  int net_server(const char *hostaddr, in_
654                                  log_error("Reload conf failed\n");                                  log_error("Reload conf failed\n");
655                          }                          }
656    
657                            // Reload BWF config
658                            if (bwf_load(CONF_BWF) < 0)
659                            {
660                                    log_error("Reload BWF conf failed\n");
661                            }
662    
663                          if (load_menu(&bbs_menu_new, CONF_MENU) < 0)                          if (load_menu(&bbs_menu_new, CONF_MENU) < 0)
664                          {                          {
665                                  unload_menu(&bbs_menu_new);                                  unload_menu(&bbs_menu_new);


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

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