]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Dec 2019 10:27:46 +0000 (17:27 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Dec 2019 10:27:46 +0000 (17:27 +0700)
src/lib/ldap/connection.c

index e9598c00e841db82a85e7fe623c442bb4894d98f..e892390c25d019c8a321f520026e8591d3c7dbc2 100644 (file)
@@ -469,8 +469,8 @@ fr_connection_t     *fr_ldap_connection_state_alloc(TALLOC_CTX *ctx, fr_event_list_t
                                        .close = _ldap_connection_close
                                   },
                                   &(fr_connection_conf_t){
-                                       .connect_timeout = config->net_timeout,
-                                       .reconnect_delay = config->reconnect_delay
+                                       .connection_timeout = config->net_timeout,
+                                       .reconnection_delay = config->reconnection_delay
                                   },
                                   log_prefix, config);
        if (!conn) return NULL;