From 848843075d425ea70d673a047f4e41a3a1633bba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 3 Sep 2009 20:52:46 +0000 Subject: [PATCH] * initialize stat here too. --- webcit/useredit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webcit/useredit.c b/webcit/useredit.c index 7d0c6cc8f..40d66cc90 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -425,6 +425,9 @@ long locate_user_vcard_in_this_room(message_summary **VCMsg, wc_mime_attachment Buf = NewStrBuf(); TRYAGAIN: memset(&Stat, 0, sizeof(SharedMessageStatus)); + Stat.maxload = 10000; + Stat.lowest_found = (-1); + Stat.highest_found = (-1); Done = 0; /* Search for the user's vCard */ if (load_msg_ptrs("MSGS ALL||||1", &Stat) > 0) { -- 2.30.2