Diff for /libraries/libldap/sasl.c between versions 1.58.2.1 and 1.58.2.2

version 1.58.2.1, 2005/01/20 18:03:50 version 1.58.2.2, 2005/08/10 21:57:17
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.58 2004/09/04 02:54:29 kurt Exp $ */  /* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.60 2005/08/09 22:54:38 hallvard Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 1998-2005 The OpenLDAP Foundation.   * Copyright 1998-2005 The OpenLDAP Foundation.
Line 306  ldap_parse_sasl_bind_result( Line 306  ldap_parse_sasl_bind_result(
         } else {          } else {
                 ber_len_t len;                  ber_len_t len;
   
                 tag = ber_scanf( ber, "{iaa" /*}*/,                  tag = ber_scanf( ber, "{eaa" /*}*/,
                         &errcode, &ld->ld_matched, &ld->ld_error );                          &errcode, &ld->ld_matched, &ld->ld_error );
   
                 if( tag == LBER_ERROR ) {                  if( tag == LBER_ERROR ) {

Removed from v.1.58.2.1  
changed lines
  Added in v.1.58.2.2


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org