blob: 5cdc7573fe7d3fff3fa3c069103c75e5f9a1e5fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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);
|