From: Arran Cudbard-Bell Date: Wed, 3 Nov 2021 19:32:29 +0000 (-0400) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736e662eeb1fb33d612465c7946d36181c398e3c;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 12e7c295859..8e838f4dfb2 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -715,10 +715,10 @@ static void _ldap_async_bind_auth_watch(fr_connection_t *conn, UNUSED fr_connect return; } if (fr_event_fd_insert(conn, conn->el, ldap_conn->fd, - _ldap_bind_auth_io_read, - NULL, - _ldap_bind_auth_io_error, - thread) < 0) { + _ldap_bind_auth_io_read, + NULL, + _ldap_bind_auth_io_error, + thread) < 0) { goto connection_failed; }; }