r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines...
[jelmer/samba4-debian.git] / source / ldap_server / ldap_server.c
index 0de76052d1c3c66398af3c95b19a76f5a1ee5945..2ea1a96ae7b510730bca2f7543bb4dc33c130cd2 100644 (file)
@@ -538,7 +538,8 @@ static void ldapsrv_task_init(struct task_server *task)
                        if (!NT_STATUS_IS_OK(status)) goto failed;
                }
        } else {
-               status = add_socket(task->event_ctx, model_ops, lp_socket_address(), ldap_service);
+               status = add_socket(task->event_ctx, model_ops, 
+                                   lp_socket_address(), ldap_service);
                if (!NT_STATUS_IS_OK(status)) goto failed;
        }