]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note on what vps is.
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 30 Aug 2021 17:59:30 +0000 (12:59 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 6 Sep 2021 12:52:05 +0000 (07:52 -0500)
src/lib/server/exec.h

index 44c18825e3286092eb43028c645deaa376923de4..615d5f98a1f02576cad5aa7d5098b9731b0e2c52 100644 (file)
@@ -71,7 +71,9 @@ typedef struct {
 
        int                             status;         //!< return code of the program
 
-       fr_pair_list_t                  *vps;           //!< input VPs
+       fr_pair_list_t                  *vps;           //!< input VPs.  These are inserted into
+                                                       ///< the environment of the child as
+                                                       ///< environmental variables.
 
        request_t                       *request;       //!< request this exec is related to