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

Diff of /lbbs/src/user_list_display.c

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

Revision 1.27 by sysadm, Thu Dec 18 02:56:01 2025 UTC Revision 1.28 by sysadm, Thu Dec 18 10:43:48 2025 UTC
# Line 236  static enum select_cmd_t user_list_selec Line 236  static enum select_cmd_t user_list_selec
236                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
237                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
238                          {                          {
239                                  log_error("User input timeout\n");                                  log_debug("User input timeout\n");
240                                  return EXIT_LIST; // exit list                                  return EXIT_LIST; // exit list
241                          }                          }
242                          continue;                          continue;


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

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