blob: 47d2fca0385ab5bc6ed9f00e9ae6a13eab63c6e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.1 2006/02/08 18:25:24 drochner 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);
|