* merge from dav_rework:
[citadel.git] / webcit / useredit.c
index acc763ee31ecd10c7517a4a2dc296807e58fb391..3194c0159167a937d4f4364ee2381b7f54381709 100644 (file)
@@ -429,7 +429,7 @@ TRYAGAIN:
        Stat.highest_found = (-1);
        Done = 0;
        /* Search for the user's vCard */
-       if (load_msg_ptrs("MSGS ALL||||1", &Stat) > 0) {
+       if (load_msg_ptrs("MSGS ALL||||1", &Stat, NULL) > 0) {
                at = GetNewHashPos(WCC->summ, 0);
                while (GetNextHashPos(WCC->summ, at, &HKLen, &HashKey, &vMsg)) {
                        Msg = (message_summary*) vMsg;