Skip to content
Snippets Groups Projects
Commit 20f85b94 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

kris@freebsd.org fixed a bad format string

parent 17b78438
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment