Parent Directory
|
Revision Log
|
Patch
| Revision 1.13 by sysadm, Thu Dec 18 02:56:00 2025 UTC | Revision 1.14 by sysadm, Thu Dec 18 10:43:48 2025 UTC | |
|---|---|---|
| # | Line 179 static enum select_cmd_t article_favor_s | Line 179 static enum select_cmd_t article_favor_s |
| 179 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 180 | if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) | if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) |
| 181 | { | { |
| 182 | log_error("User input timeout\n"); | log_debug("User input timeout\n"); |
| 183 | return EXIT_LIST; // exit list | return EXIT_LIST; // exit list |
| 184 | } | } |
| 185 | continue; | continue; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |