X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=ef1be72b6b50b7fd2653ef25249fff7963f8bfe7;hb=4b4dc864ede7c5d8d956febe4a0afb422b78e7c4;hp=ef72b6e201b5139909367e1048883aba884f1890;hpb=b347fec899815ec89b2738a0877880ee81e74b59;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index ef72b6e20..ef1be72b6 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -531,7 +531,7 @@ TRYAGAIN: Stat.lowest_found = (-1); Stat.highest_found = (-1); /* Search for the user's vCard */ - if (load_msg_ptrs("MSGS ALL||||1", &Stat, NULL) > 0) { + if (load_msg_ptrs("MSGS ALL||||1", NULL, &Stat, NULL) > 0) { at = GetNewHashPos(WCC->summ, 0); while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) { Msg = (message_summary*) vMsg;