X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Froom_ops.c;fp=citadel%2Froom_ops.c;h=c545e4dde2abfcce76da25395fd131c8b4e65581;hp=3abaf307cf32a7c062104794d2f95ef8d20d7dcf;hb=1a3138f7132003e097baa70dd1d9380fa65eadfe;hpb=11a53969428899d72b4ef7f37bfef47d81a710fa diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 3abaf307c..c545e4dde 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -819,8 +819,8 @@ void CtdlUserGoto(char *where, int display_result, int transiently, /* Know the room ... but not if it's the page log room, or if the * caller specified that we're only entering this room transiently. */ - if ((strcasecmp(CCC->room.QRname, CtdlGetConfigStr("c_logpages"))) - && (transiently == 0) ) { + if ((strcasecmp(CCC->room.QRname, CtdlGetConfigStr("c_logpages"))) && (transiently == 0)) + { vbuf.v_flags = vbuf.v_flags & ~V_FORGET & ~V_LOCKOUT; vbuf.v_flags = vbuf.v_flags | V_ACCESS; }