mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
$NetBSD: patch-ba,v 1.5 2013/08/16 02:04:25 obache Exp $
|
|
|
|
--- libbalsa/address-book-ldap.c.orig 2012-10-29 22:33:31.000000000 +0000
|
|
+++ libbalsa/address-book-ldap.c
|
|
@@ -814,7 +814,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);
|