Removed an unused parameter from CtdlSubmitMsg(). Why was it even there?
[citadel.git] / citadel / modules / ctdlproto / serv_messages.c
index 01fe2a893e55c56d51d410983e3cc7c452a1b395..6550e44211ca4d1afe078a5adcf3902215c1b3cd 100644 (file)
@@ -686,7 +686,7 @@ void cmd_ent0(char *entargs)
        }
 
        if (msg != NULL) {
-               msgnum = CtdlSubmitMsg(msg, valid, "", QP_EADDR);
+               msgnum = CtdlSubmitMsg(msg, valid, "");
                if (do_confirm) {
                        cprintf("%ld\n", msgnum);