From: Arran Cudbard-Bell Date: Thu, 12 Dec 2019 10:27:46 +0000 (+0700) Subject: Typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e1efdc7c002ab7a0ce3675414d8e707e45049d;p=thirdparty%2Ffreeradius-server.git Typos --- diff --git a/src/lib/ldap/connection.c b/src/lib/ldap/connection.c index e9598c00e84..e892390c25d 100644 --- a/src/lib/ldap/connection.c +++ b/src/lib/ldap/connection.c @@ -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;