projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b7843
)
kris@freebsd.org fixed a bad format string
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 12 Jun 2002 07:45:11 +0000
(07:45 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 12 Jun 2002 07:45:11 +0000
(07:45 +0000)
lib/ldap.c
patch
|
blob
|
history
diff --git
a/lib/ldap.c
b/lib/ldap.c
index 331ba1622aa193712f706f443c45400da445e783..863232ccbd9d08a87316b7f584e6de79999d53b9 100644
(file)
--- a/
lib/ldap.c
+++ b/
lib/ldap.c
@@
-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) {