blob: 1e1dcbf03dab216b0c0d5c5509898a1d9c68f8fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.3 2007/09/20 20:50:55 wiz Exp $
--- ./libbalsa/address-book-ldap.c.orig 2005-08-25 23:29:45.000000000 +0200
+++ ./libbalsa/address-book-ldap.c
@@ -732,7 +731,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);
|