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

Diff of /lbbs/src/bbs_net.c

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

Revision 1.101 by sysadm, Thu Dec 18 08:52:22 2025 UTC Revision 1.102 by sysadm, Thu Dec 18 10:43:48 2025 UTC
# Line 964  static int bbsnet_connect(int n) Line 964  static int bbsnet_connect(int n)
964                  {                  {
965                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
966                          {                          {
967                                    log_debug("User input timeout\n");
968                                  break;                                  break;
969                          }                          }
970                  }                  }
# Line 1465  int bbs_net() Line 1466  int bbs_net()
1466                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
1467                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
1468                          {                          {
1469                                  log_error("User input timeout\n");                                  log_debug("User input timeout\n");
1470                                  goto cleanup;                                  goto cleanup;
1471                          }                          }
1472                          continue;                          continue;


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

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