1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

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

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2004-12-29 00:03:34 +00:00 committed by Gerald (Jerry) Carter
parent 722f59c7c8
commit 13aa88ed65

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