]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Missed field
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 Apr 2019 20:12:19 +0000 (16:12 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 23 Apr 2019 20:12:19 +0000 (16:12 -0400)
src/lib/eap/session.h

index a49cee213e588d5ccbba48dd03777e494ec95f92..1a0d2fd8ea546820051e1b5b53323142b7e893f0 100644 (file)
@@ -54,8 +54,10 @@ struct eap_session_s {
 
        void            *opaque;                        //!< Opaque data used by EAP methods.
 
+       rlm_rcode_t     submodule_rcode;                //!< Result of last submodule call.
+
        module_method_t process;                        //!< Callback that should be used to process the next round.
-                                                       ///< Usually set to the process functino of an EAP submodule.
+                                                       ///< Usually set to the process function of an EAP submodule.
        int             rounds;                         //!< How many roundtrips have occurred this session.
 
        time_t          updated;                        //!< The last time we received a packet for this EAP session.