* Added a per-user client option to always compose messages using the
[citadel.git] / citadel / journaling.c
index f45d601c6fcc054b2b9d4388e744945a843011fe..e13b2d4e5713c1470ea27f36748c1bfd43e35b81 100644 (file)
@@ -227,7 +227,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
  * Run the queue.
  */
 void JournalRunQueue(void) {
-       struct jnlq *jptr;
+       struct jnlq *jptr = NULL;
 
        while (jnlq != NULL) {
                begin_critical_section(S_JOURNAL_QUEUE);