]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 30 May 2012 13:07:13 +0000 (15:07 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 Jun 2012 11:13:41 +0000 (13:13 +0200)
src/main/conffile.c

index 14a75a73454c2b116a9e8bda1c0e983e8e7e43bf..a3ba7739f826b791fb0a3c2d5610e930dcd37f08 100644 (file)
@@ -2234,7 +2234,7 @@ CONF_SECTION *cf_subsection_find_next(const CONF_SECTION *section,
        if (!subsection) {
                ci = section->children;
        } else {
-               ci = section->item.next;
+               ci = subsection->item.next;
        }
 
        for (; ci; ci = ci->next) {