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

Diff of /lbbs/src/section_list_display.c

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

Revision 1.70 by sysadm, Tue Nov 4 14:58:56 2025 UTC Revision 1.71 by sysadm, Wed Nov 5 01:04:06 2025 UTC
# Line 271  static enum select_cmd_t section_list_se Line 271  static enum select_cmd_t section_list_se
271                          log_error("KEY_NULL\n");                          log_error("KEY_NULL\n");
272                          return EXIT_SECTION;                          return EXIT_SECTION;
273                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
274                          if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
275                          {                          {
276                                  log_error("User input timeout\n");                                  log_error("User input timeout\n");
277                                  return EXIT_SECTION;                                  return EXIT_SECTION;
# Line 1398  int section_list_ex_dir_display(SECTION_ Line 1398  int section_list_ex_dir_display(SECTION_
1398                                  log_error("KEY_NULL\n");                                  log_error("KEY_NULL\n");
1399                                  return 0;                                  return 0;
1400                          case KEY_TIMEOUT:                          case KEY_TIMEOUT:
1401                                  if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME)                                  if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
1402                                  {                                  {
1403                                          log_error("User input timeout\n");                                          log_error("User input timeout\n");
1404                                          return 0;                                          return 0;


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

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