* follow api-change in several places
[citadel.git] / webcit / netconf.c
index 67195404683dba3a0b5226ddfd1ebd1bd201395f..bd48e76315cc3263d919493a74d277381ad16fee 100644 (file)
@@ -138,7 +138,7 @@ void save_net_conf(HashList *Nodelist)
        serv_getln(buf, sizeof buf);
        if (buf[0] == '4') {
                if ((Nodelist != NULL) && (GetCount(Nodelist) > 0)) {
-                       where = GetNewHashPos();
+                       where = GetNewHashPos(Nodelist, 0);
                        Buf = NewStrBuf();
                        while (GetNextHashPos(Nodelist, where, &KeyLen, &Key, &vNode)) {
                                Node = (NodeConf*) vNode;