* give message sender in while evaluating the recipient...
[citadel.git] / citadel / journaling.c
index c78292b6bc7cb43b48cd5ef673506ed641c1d622..f008e768077075ef0b1ac55605fd1591a6a2a58e 100644 (file)
@@ -133,7 +133,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
        static int seq = 0;
        int i;
 
-       journal_recps = validate_recipients(config.c_journal_dest, 0);
+       journal_recps = validate_recipients(config.c_journal_dest, NULL, 0);
        if (journal_recps != NULL) {
 
                if (  (journal_recps->num_local > 0)