* GetNetConfigHash(): move forward while loading setting lines
authorWilfried Göesgens <willi@citadel.org>
Sat, 14 Aug 2010 11:28:16 +0000 (11:28 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 14 Aug 2010 11:28:16 +0000 (11:28 +0000)
webcit/roomlist.c

index 05b08bcc2879fdd51bb7a036cd566c70ce0317fa..61a43c2e52465a26f099206605dcaf2e1169831f 100644 (file)
@@ -329,6 +329,7 @@ HashList *GetNetConfigHash(StrBuf *Target, WCTemplputParams *TP)
                                    IKEY(n),
                                    Content, 
                                    HFreeStrBuf);
+                               n++;
                        }
                }
        }