]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't indent again if we're resuming
authorAlan T. DeKok <aland@freeradius.org>
Thu, 12 Jan 2017 15:05:41 +0000 (10:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 12 Jan 2017 15:05:41 +0000 (10:05 -0500)
src/main/unlang_interpret.c

index 2217fb74ad8d223c131225cd1adee783ece51d03..202ee02bba7504e4ff2d472efbdd56b131de6176 100644 (file)
@@ -1030,7 +1030,7 @@ redo:
                        break;
                }
 
-               if (unlang_ops[instruction->type].children) {
+               if ((unlang_ops[instruction->type].children) && !frame->resume) {
                        RDEBUG2("%s {", instruction->debug_name);
                        RINDENT();
                }