Do not attempt to search for database records of length 0.
[citadel.git] / citadel / msgbase.c
index 63bbf006c71f88c94445f37eb6380599fc1acb43..6e626ac52c5876ede82da970760bf599a0674f7f 100644 (file)
@@ -2712,7 +2712,6 @@ long CtdlSubmitMsg(struct CtdlMessage *msg,       /* message to save */
 
        syslog(LOG_DEBUG, "msgbase: final selection: %s (%s)", actual_rm, room);
        if (strcasecmp(actual_rm, CC->room.QRname)) {
-               /* CtdlGetRoom(&CC->room, actual_rm); */
                CtdlUserGoto(actual_rm, 0, 1, NULL, NULL, NULL, NULL);
        }