From 1f42bc7a7bc8212cb5928e7664e152d5fa2b0280 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 6 Mar 2012 00:14:34 +0100 Subject: [PATCH] CtdlSaveMsgPointersInRoom() also call AdjRefCountList() once instead of AdjRefCount() n times --- citadel/msgbase.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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