X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;h=ee7d56991c6c21d406e63ea71f2a2317d5e3d728;hp=8fa6dea7fa6e7cddbf577828ff8db7ed0b47fbbb;hb=7f9d699a7f73ac27bcbde2075a8758744036fb98;hpb=4a15af614c3957ed5f7092c27cd0cb954c725eac diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index 8fa6dea7f..ee7d56991 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -1,7 +1,7 @@ /* * Handle XMPP presence exchanges * - * Copyright (c) 2007-2017 by Art Cancro and citadel.org + * Copyright (c) 2007-2020 by Art Cancro and citadel.org * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -224,7 +224,7 @@ void xmpp_fetch_mortuary_backend(long msgnum, void *userdata) { char *ptr = NULL; char *lasts = NULL; - msg = CtdlFetchMessage(msgnum, 1, 1); + msg = CtdlFetchMessage(msgnum, 1); if (msg == NULL) { return; }