]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Docs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Nov 2017 22:45:40 +0000 (22:45 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Nov 2017 22:48:47 +0000 (22:48 +0000)
src/include/interpreter.h

index e71ec00999967a746542c59a34122e869ca04b92..d86dec9296826ea49276b40cdea8864319d6a9f4 100644 (file)
@@ -290,7 +290,8 @@ typedef struct {
        unlang_type_t           unwind;                         //!< Unwind to this one if it exists.
                                                                ///< This is used for break and return.
 
-       bool                    repeat : 1;                     //!< resume the current section after calling a sub-section
+       bool                    repeat : 1;                     //!< Call the action callback again on our way
+                                                               //!< back up the stack.
        bool                    top_frame : 1;                  //!< are we the top frame of the stack?
 
        union {