diff options
Diffstat (limited to 'ftp/curl/files/patch-lib::ldap.c')
-rw-r--r-- | ftp/curl/files/patch-lib::ldap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-lib::ldap.c b/ftp/curl/files/patch-lib::ldap.c new file mode 100644 index 0000000..567a0ac --- /dev/null +++ b/ftp/curl/files/patch-lib::ldap.c @@ -0,0 +1,11 @@ +--- lib/ldap.c.orig Thu Jun 6 17:14:16 2002 ++++ lib/ldap.c Thu Jun 6 17:14:24 2002 +@@ -147,7 +147,7 @@ + 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) { |