]> git.sur5r.net Git - openldap/commitdiff
s/0/O/
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2010 15:58:48 +0000 (15:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2010 15:58:48 +0000 (15:58 +0000)
libraries/libldap/vc.c

index 3badf054f1f290c6e0f6345ac8a6b325b069bc19..d5ca0f8c998cc8e7d0fb58bfa52a80b6787350fc 100644 (file)
@@ -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 {