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:
parent
722f59c7c8
commit
13aa88ed65
@ -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");
|
status = gensec_set_target_service(conn->gensec, "ldap");
|
||||||
if (!NT_STATUS_IS_OK(status)) {
|
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)));
|
nt_errstr(status)));
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user