mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
310 B
C
11 lines
310 B
C
--- 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) {
|