Fix a typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Aug 2013 13:06:46 +0000 (09:06 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Aug 2013 13:08:24 +0000 (09:08 -0400)
src/main/modcall.c

index d87575e..e54ba4c 100644 (file)
@@ -658,7 +658,7 @@ redo:
                        /*
                         *      Initialize the childs stack frame.
                         */
-                       next = entry++;
+                       next = entry + 1;
                        next->c = g->children;
                        next->result = entry->result;
                        next->priority = 0;