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

Diff of /lbbs/src/bbs_main.c

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

Revision 1.114 by sysadm, Sun Nov 23 04:28:24 2025 UTC Revision 1.115 by sysadm, Fri Nov 28 05:05:42 2025 UTC
# Line 404  int bbs_main() Line 404  int bbs_main()
404          // Main          // Main
405          bbs_center();          bbs_center();
406    
         // Logout  
         bbs_logout();  
   
407          // Save section aid locations          // Save section aid locations
408          if (section_aid_locations_save(BBS_priv.uid) < 0)          if (section_aid_locations_save(BBS_priv.uid) < 0)
409          {          {
# Line 426  int bbs_main() Line 423  int bbs_main()
423          }          }
424    
425  cleanup:  cleanup:
426            // Logout
427            bbs_logout();
428    
429          // Cleanup iconv          // Cleanup iconv
430          io_conv_cleanup();          io_conv_cleanup();
431    


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

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