X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fjournaling.c;h=375589750db5e8a83e20ce94f1591409bf4e64a6;hp=51faeab6d2b0352d08db627ee80e082ac852e27c;hb=0387f48886a9395d89eaca01cd40ab751610426f;hpb=436e37f800487ea58343ba015299869d216269d2 diff --git a/citadel/journaling.c b/citadel/journaling.c index 51faeab6d..375589750 100644 --- a/citadel/journaling.c +++ b/citadel/journaling.c @@ -1,7 +1,7 @@ /* * Message journaling functions. * - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -223,7 +223,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) { jmsg->msgn = NULL; /* Submit journal message */ - CtdlSubmitMsg(journal_msg, journal_recps, "", 0); + CtdlSubmitMsg(journal_msg, journal_recps, ""); CM_Free(journal_msg); }