| 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 |
} |
} |
| 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; |