validate_recipients() - completed removal of unused param
[citadel.git] / citadel / server / journaling.c
index cce21fa24412b04c189a8c812fbb115362ed516b..04054349b8812237dc1fa11e908814f74816fa0b 100644 (file)
@@ -85,7 +85,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
 
        if (jmsg == NULL)
                return;
-       journal_recps = validate_recipients(CtdlGetConfigStr("c_journal_dest"), NULL, 0);
+       journal_recps = validate_recipients(CtdlGetConfigStr("c_journal_dest"), 0);
        if (journal_recps != NULL) {
 
                if (  (journal_recps->num_local > 0)