* follow api-change in several places
[citadel.git] / webcit / inetconf.c
index 8814784fb9a974427708b3b156db8a2ee3fa5191..10313f16740041a59e1880eb479cb694c9f19f3c 100644 (file)
@@ -157,7 +157,7 @@ void new_save_inetconf(void) {
                                return;
                        }
                        if (GetCount(Hash) > 0) {
-                               where = GetNewHashPos();
+                               where = GetNewHashPos(Hash, 0);
                                while (GetNextHashPos(Hash, where, &KeyLen, &Key, &vStr)) {
                                        Str = (StrBuf*) vStr;
                                        if ((Str!= NULL) && (StrLength(Str) > 0))