1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r4386: Grr, fix copy-and-paste bug.

Andrew Bartlett
(This used to be commit 13aa88ed65a8914000cccbecf80929db3df65037)
This commit is contained in:
Andrew Bartlett 2004-12-29 00:03:34 +00:00 committed by Gerald (Jerry) Carter
parent ecabb2dce5
commit e3da3b48b1

View File

@ -414,7 +414,7 @@ int ldap_bind_sasl(struct ldap_connection *conn, const char *username, const cha
status = gensec_set_target_service(conn->gensec, "ldap");
if (!NT_STATUS_IS_OK(status)) {
DEBUG(1, ("Failed to start set GENSEC target hostname: %s\n",
DEBUG(1, ("Failed to start set GENSEC target service: %s\n",
nt_errstr(status)));
goto done;
}