Diff for /libraries/liblber/decode.c between versions 1.111 and 1.112

version 1.111, 2007/08/24 19:58:20 version 1.112, 2007/10/17 23:35:07
Line 1 Line 1
 /* decode.c - ber input decoding routines */  /* decode.c - ber input decoding routines */
 /* $OpenLDAP: pkg/ldap/libraries/liblber/decode.c,v 1.110 2007/07/23 10:57:23 hallvard Exp $ */  /* $OpenLDAP: pkg/ldap/libraries/liblber/decode.c,v 1.111 2007/08/24 19:58:20 hyc 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-2007 The OpenLDAP Foundation.   * Copyright 1998-2007 The OpenLDAP Foundation.
Line 780  ber_scanf ( BerElement *ber, Line 780  ber_scanf ( BerElement *ber,
   
         fmt_reset = fmt;          fmt_reset = fmt;
   
         ber_log_printf( LDAP_DEBUG_TRACE, ber->ber_debug,          if ( ber->ber_debug & (LDAP_DEBUG_TRACE|LDAP_DEBUG_BER)) {
                 "ber_scanf fmt (%s) ber:\n", fmt );                  ber_log_printf( LDAP_DEBUG_TRACE, ber->ber_debug,
         ber_log_dump( LDAP_DEBUG_BER, ber->ber_debug, ber, 1 );                          "ber_scanf fmt (%s) ber:\n", fmt );
                   ber_log_dump( LDAP_DEBUG_BER, ber->ber_debug, ber, 1 );
           }
   
         for ( rc = 0; *fmt && rc != LBER_DEFAULT; fmt++ ) {          for ( rc = 0; *fmt && rc != LBER_DEFAULT; fmt++ ) {
                 /* When this is modified, remember to update                  /* When this is modified, remember to update

Removed from v.1.111  
changed lines
  Added in v.1.112


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