Ouch. CtdlRoomAccess() had a couple of places where it was checking 'the current...
authorArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 14:45:05 +0000 (10:45 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 14:45:05 +0000 (10:45 -0400)
commit9eeafab393529f191a766d7e5f63c033588f972f
tree1f80bba61d8deca99891f78b1bf05e34fc4141fe
parentb636c80b9eebc34e5c591a4c64edb82ce31b31d4
Ouch.  CtdlRoomAccess() had a couple of places where it was checking 'the current user' or 'the current room' instead of the user/room supplied by the caller.  Fixed.
citadel/room_ops.c