From: Jorge Pereira Date: Tue, 27 Aug 2019 17:25:07 +0000 (-0300) Subject: rlm_rest: Clean up (#2928) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc8950e1df7b58ce9aa715b6909e1202fd592ffb;p=thirdparty%2Ffreeradius-server.git rlm_rest: Clean up (#2928) --- diff --git a/src/modules/rlm_rest/rest.h b/src/modules/rlm_rest/rest.h index bc453c77541..b7b5fdbe817 100644 --- a/src/modules/rlm_rest/rest.h +++ b/src/modules/rlm_rest/rest.h @@ -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