From: Arran Cudbard-Bell Date: Tue, 14 Nov 2017 22:45:40 +0000 (+0000) Subject: Docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e53acb6b8ccc133486f5659a034f92aec7c839;p=thirdparty%2Ffreeradius-server.git Docs --- diff --git a/src/include/interpreter.h b/src/include/interpreter.h index e71ec009999..d86dec92968 100644 --- a/src/include/interpreter.h +++ b/src/include/interpreter.h @@ -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 {