2014-08-11 13:27:10 +02:00

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);