/[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.90 by sysadm, Tue Dec 16 15:20:56 2025 UTC Revision 1.91 by sysadm, Wed Dec 17 03:47:00 2025 UTC
# Line 1325  int bbs_net() Line 1325  int bbs_net()
1325                  switch (ch)                  switch (ch)
1326                  {                  {
1327                  case KEY_NULL: // broken pipe                  case KEY_NULL: // broken pipe
1328    #ifdef _DEBUG
1329                          log_error("KEY_NULL\n");                          log_error("KEY_NULL\n");
1330    #endif
1331                          goto cleanup;                          goto cleanup;
1332                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
1333                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)


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

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