]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ldap: Remove ttrunk and request from fr_ldap_query_t as they're no longer needed
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Oct 2021 15:59:49 +0000 (10:59 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Oct 2021 21:49:34 +0000 (16:49 -0500)
src/lib/ldap/base.h

index 865e2548c8d6c50a8d83f5290d525d733eab6ca8..b9b23889bb5a40088ec0f65a1050439bc43b8058 100644 (file)
@@ -433,12 +433,9 @@ struct fr_ldap_query_s {
        int                     msgid;          //!< The unique identifier for this query.
                                                ///< Uniqueness is only per connection.
 
-       fr_ldap_thread_trunk_t  *ttrunk;        //!< Trunk this query is running on
        fr_trunk_request_t      *treq;          //!< Trunk request this query is associated with
        fr_ldap_connection_t    *ldap_conn;     //!< LDAP connection this query is running on.
 
-       request_t               *request;       //!< The request this query relates to
-
        fr_event_timer_t const  *ev;            //!< Event for timing out the query
 
        char                    **referral_urls;        //!< Referral results to follow