* if none of the cases hits it, return 0K
authorWilfried Göesgens <willi@citadel.org>
Fri, 21 Dec 2007 22:41:56 +0000 (22:41 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 21 Dec 2007 22:41:56 +0000 (22:41 +0000)
citadel/msgbase.c

index a57de91cacb46e8b2f04d957b157fee694026c59..e038000cbc52f10bee9a167a7b2128a2a701a405 100644 (file)
@@ -3141,7 +3141,7 @@ int CtdlDoIHavePermissionToPostInThisRoom(char *errmsgbuf,
                        else
                                return (ERROR + NO_SUCH_USER);
                }
-               return (ERROR + NOT_LOGGED_IN);
+               return (0);
 
        }