14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
$NetBSD: patch-ba,v 1.4 2010/09/07 19:12:03 adam Exp $
|
|
|
|
--- libbalsa/address-book-ldap.c.orig 2009-05-23 07:02:12.000000000 +0000
|
|
+++ libbalsa/address-book-ldap.c
|
|
@@ -815,7 +815,7 @@ libbalsa_address_book_ldap_modify_addres
|
|
}
|
|
/* fall through */
|
|
default:
|
|
- fprintf(stderr, "ldap_modify for dn=\2%s\" failed[0x%x]: %s\n",
|
|
+ fprintf(stderr, "ldap_modify for dn=\"%s\" failed[0x%x]: %s\n",
|
|
dn, rc, ldap_err2string(rc));
|
|
}
|
|
} while(cnt++<1);
|