/[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.117 by sysadm, Sun Nov 30 04:43:46 2025 UTC Revision 1.118 by sysadm, Tue Dec 2 08:48:05 2025 UTC
# Line 385  int bbs_main() Line 385  int bbs_main()
385          log_common("User [%s] (uid=%d) login from %s:%d\n",          log_common("User [%s] (uid=%d) login from %s:%d\n",
386                             BBS_username, BBS_priv.uid, hostaddr_client, port_client);                             BBS_username, BBS_priv.uid, hostaddr_client, port_client);
387    
388            // Check EULA update status
389            if (BBS_update_eula)
390            {
391                    user_update_agreement();
392                    goto cleanup;
393            }
394    
395          // Load section aid locations          // Load section aid locations
396          if (section_aid_locations_load(BBS_priv.uid) < 0)          if (section_aid_locations_load(BBS_priv.uid) < 0)
397          {          {


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

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