]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/getattr.c
Set ciphers from slapd.conf.
[openldap] / libraries / libldap / getattr.c
index 07e8e27a4465e08b41b10e1cb0790ac21c7f0a45..1af98813815b67842ac4a2a66cfeb4049c266ad0 100644 (file)
@@ -46,7 +46,7 @@ ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber )
         * positioned right before the next attribute type/value sequence.
         */
 
-       if ( ber_scanf( *ber, "{x{{ax}", &attr )
+       if ( ber_scanf( *ber, "{x{{ax}" /*}}*/, &attr )
            == LBER_ERROR ) {
                ld->ld_errno = LDAP_DECODING_ERROR;
                ber_free( *ber, 0 );