| 281 |
switch (ch) |
switch (ch) |
| 282 |
{ |
{ |
| 283 |
case KEY_NULL: // broken pipe |
case KEY_NULL: // broken pipe |
| 284 |
|
#ifdef _DEBUG |
| 285 |
log_error("KEY_NULL\n"); |
log_error("KEY_NULL\n"); |
| 286 |
|
#endif |
| 287 |
return EXIT_SECTION; |
return EXIT_SECTION; |
| 288 |
case KEY_TIMEOUT: |
case KEY_TIMEOUT: |
| 289 |
if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) |
if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) |
| 1417 |
switch (ch) |
switch (ch) |
| 1418 |
{ |
{ |
| 1419 |
case KEY_NULL: // broken pipe |
case KEY_NULL: // broken pipe |
| 1420 |
|
#ifdef _DEBUG |
| 1421 |
log_error("KEY_NULL\n"); |
log_error("KEY_NULL\n"); |
| 1422 |
|
#endif |
| 1423 |
loop = 0; |
loop = 0; |
| 1424 |
break; |
break; |
| 1425 |
case KEY_TIMEOUT: |
case KEY_TIMEOUT: |