]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rlm_rest: Clean up (#2928)
authorJorge Pereira <jpereira@users.noreply.github.com>
Tue, 27 Aug 2019 17:25:07 +0000 (14:25 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Aug 2019 17:25:07 +0000 (13:25 -0400)
src/modules/rlm_rest/rest.h

index bc453c7754132c94cf3bf760af5716cfff3067c4..b7b5fdbe81789288d5b3a64cab4fef4457289956 100644 (file)
@@ -176,8 +176,6 @@ typedef struct {
        rlm_rest_section_t      authorize;      //!< Configuration specific to authorisation.
        rlm_rest_section_t      authenticate;   //!< Configuration specific to authentication.
        rlm_rest_section_t      accounting;     //!< Configuration specific to accounting.
-       rlm_rest_section_t      checksimul;     //!< Configuration specific to simultaneous session
-                                               //!< checking.
        rlm_rest_section_t      post_auth;      //!< Configuration specific to Post-auth
 
 #ifndef NDEBUG