1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.

This commit is contained in:
Jelmer Vernooij
2007-09-07 15:35:18 +00:00
committed by Gerald (Jerry) Carter
parent 08bb1ef643
commit 0bcb21ed74
20 changed files with 49 additions and 36 deletions

View 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;
}