mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
kris@freebsd.org fixed a bad format string
This commit is contained in:
parent
17b784381e
commit
20f85b94df
@ -148,7 +148,7 @@ CURLcode Curl_ldap(struct connectdata *conn)
|
||||
int ldaptext;
|
||||
struct SessionHandle *data=conn->data;
|
||||
|
||||
infof(data, "LDAP: %s %s\n", data->change.url);
|
||||
infof(data, "LDAP: %s\n", data->change.url);
|
||||
|
||||
DynaOpen();
|
||||
if (libldap == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user