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

Diff of /lbbs/src/login.c

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

Revision 1.72 by sysadm, Sat Nov 29 01:55:00 2025 UTC Revision 1.73 by sysadm, Tue Dec 2 08:04:29 2025 UTC
# Line 447  int load_user_info(MYSQL *db, int BBS_ui Line 447  int load_user_info(MYSQL *db, int BBS_ui
447                  goto cleanup;                  goto cleanup;
448          }          }
449    
450            if (last_login_dt < BBS_eula_tm)
451            {
452                    ret = -2; // require update agreement first
453                    goto cleanup;
454            }
455    
456  cleanup:  cleanup:
457          mysql_free_result(rs);          mysql_free_result(rs);
458    


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

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