X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=10313f16740041a59e1880eb479cb694c9f19f3c;hb=16939d06be6f78ee5ca6b0d5e7072e3cfcfdbb3f;hp=8814784fb9a974427708b3b156db8a2ee3fa5191;hpb=175772212814e61c29e8905675d03800c22ddccb;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 8814784fb..10313f167 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -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))