From: Wilfried Goesgens Date: Mon, 5 Mar 2012 23:14:34 +0000 (+0100) Subject: CtdlSaveMsgPointersInRoom() also call AdjRefCountList() once instead of AdjRefCount... X-Git-Tag: v8.11~140 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=1f42bc7a7bc8212cb5928e7664e152d5fa2b0280;p=citadel.git CtdlSaveMsgPointersInRoom() also call AdjRefCountList() once instead of AdjRefCount() n times --- diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 143b6cb2a..5ba6d698e 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -2794,9 +2794,7 @@ int CtdlSaveMsgPointersInRoom(char *roomname, long newmsgidlist[], int num_newms /* Bump the reference count for all messages which were merged */ if (!suppress_refcount_adj) { - for (i=0; i