* meanwhile iterators know ITERATE:KEY on their own, no need to svput them.
authorWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:11 +0000 (16:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 29 Aug 2010 16:56:11 +0000 (16:56 +0000)
webcit/netconf.c

index cdd265a412da3f5e96c2a9b7a722f4928fa4eccc..09cfb9d111e4cf1a09c63c7e4ebd2c42bf3960c4 100644 (file)
@@ -206,7 +206,6 @@ void display_edit_node(void)
        }
        
        memset(&SubTP, 0, sizeof(WCTemplputParams));
-       SVPutBuf("ITERATE:KEY", Index, 1);
        SubTP.Filter.ContextType = CTX_NODECONF;
        SubTP.Context = vNode;
        begin_burst();