1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s4:ldap_server: fix typo in DEBUG() message

metze
This commit is contained in:
Stefan Metzmacher 2012-04-03 13:55:08 +02:00
parent 5d10b499bf
commit e425948323

View File

@ -938,7 +938,7 @@ static void ldapsrv_task_init(struct task_server *task)
lpcfg_tls_dhpfile(ldap_service, task->lp_ctx), lpcfg_tls_dhpfile(ldap_service, task->lp_ctx),
&ldap_service->tls_params); &ldap_service->tls_params);
if (!NT_STATUS_IS_OK(status)) { if (!NT_STATUS_IS_OK(status)) {
DEBUG(0,("ldapsrv failed tstream_tls_patams_server - %s\n", DEBUG(0,("ldapsrv failed tstream_tls_params_server - %s\n",
nt_errstr(status))); nt_errstr(status)));
goto failed; goto failed;
} }