X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froom_ops.c;h=07ad2f5e061ab7e051f1f5388b82b933a06a3925;hb=d20acfa1aca7959af588b94f63194014efee7272;hp=0e4eed746b01aa07ec60cb8458502749486adbd5;hpb=a285c0da6078732bee6f21af3a2bcce680cbf289;p=citadel.git diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 0e4eed746..07ad2f5e0 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -57,7 +57,7 @@ void CtdlRoomAccess(struct ctdlroom *roombuf, struct ctdluser *userbuf, /* for internal programs, always do everything */ if (((CC->internal_pgm)) && (roombuf->QRflags & QR_INUSE)) { - retval = (UA_KNOWN | UA_GOTOALLOWED | UA_POSTALLOWED); + retval = (UA_KNOWN | UA_GOTOALLOWED | UA_POSTALLOWED | UA_DELETEALLOWED); vbuf.v_view = 0; goto SKIP_EVERYTHING; }