X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.c;fp=citadel%2Fuser_ops.c;h=270ca87dbe48590d1093f81e34cee0c5b226dec9;hp=c79e87abd04dd40c86e3e23a3c61297aa1ef7bb5;hb=60f03c2407f834ba677dfac9fe545db255ac8263;hpb=fc6cb49257a19bff1336d735a075f78fae2f4728 diff --git a/citadel/user_ops.c b/citadel/user_ops.c index c79e87abd..270ca87db 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -745,7 +745,7 @@ void do_login(void) PerformSessionHooks(EVT_LOGIN); /* Enter the lobby */ - CtdlUserGoto(config.c_baseroom, 0, 0, NULL, NULL); + CtdlUserGoto(config.c_baseroom, 0, 0, NULL, NULL, NULL, NULL); } @@ -1293,7 +1293,7 @@ int CtdlForgetThisRoom(void) { CtdlPutUserLock(&CC->user); /* Return to the Lobby, so we don't end up in an undefined room */ - CtdlUserGoto(config.c_baseroom, 0, 0, NULL, NULL); + CtdlUserGoto(config.c_baseroom, 0, 0, NULL, NULL, NULL, NULL); return(0); }