| 385 |
log_common("User [%s] (uid=%d) login from %s:%d\n", |
log_common("User [%s] (uid=%d) login from %s:%d\n", |
| 386 |
BBS_username, BBS_priv.uid, hostaddr_client, port_client); |
BBS_username, BBS_priv.uid, hostaddr_client, port_client); |
| 387 |
|
|
| 388 |
|
// Check EULA update status |
| 389 |
|
if (BBS_update_eula) |
| 390 |
|
{ |
| 391 |
|
user_update_agreement(); |
| 392 |
|
goto cleanup; |
| 393 |
|
} |
| 394 |
|
|
| 395 |
// Load section aid locations |
// Load section aid locations |
| 396 |
if (section_aid_locations_load(BBS_priv.uid) < 0) |
if (section_aid_locations_load(BBS_priv.uid) < 0) |
| 397 |
{ |
{ |