From: Pierangelo Masarati Date: Mon, 3 Jan 2011 23:37:48 +0000 (+0000) Subject: fix previous commit X-Git-Tag: MIGRATION_CVS2GIT~271 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2df1c60ff74dc1ce1917b52e27af97564059117;p=openldap fix previous commit --- diff --git a/clients/tools/ldapvc.c b/clients/tools/ldapvc.c index e3ac98f6f5..b4f8001acf 100644 --- a/clients/tools/ldapvc.c +++ b/clients/tools/ldapvc.c @@ -268,7 +268,7 @@ main( int argc, char *argv[] ) goto skip; } - if (!rcode) { + if (rcode != LDAP_SUCCESS) { printf(_("Failed: %s (%d)\n"), ldap_err2string(rcode), rcode); }