From f3dd90a553559e44a661c27c744bd13c8bcd1717 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 30 Dec 2010 15:58:48 +0000 Subject: [PATCH] s/0/O/ --- libraries/libldap/vc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/vc.c b/libraries/libldap/vc.c index 3badf054f1..d5ca0f8c99 100644 --- a/libraries/libldap/vc.c +++ b/libraries/libldap/vc.c @@ -143,7 +143,7 @@ ldap_verify_credentials(LDAP *ld, } else { if (!cred || BER_BVISNULL(cred)) { if (cookie) { - rc = ber_printf(ber, "{t0st{sN}N}", + rc = ber_printf(ber, "{tOst{sN}N}", LDAP_TAG_EXOP_VERIFY_CREDENTIALS_COOKIE, cookie, dn, LDAP_AUTH_SASL, mechanism); } else { -- 2.39.5