]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Nov 2021 19:32:29 +0000 (15:32 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Nov 2021 19:32:29 +0000 (15:32 -0400)
src/modules/rlm_ldap/rlm_ldap.c

index 12e7c295859bfe9f1c5aebcd67e1aa1feb563aac..8e838f4dfb20468343c46724796cb47dd4673530 100644 (file)
@@ -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;
        };
 }