Diff for /libraries/liblber/decode.c between versions 1.18 and 1.19

version 1.18, 1999/04/27 03:19:32 version 1.19, 1999/04/30 06:23:32
Line 498  va_dcl Line 498  va_dcl
                         j = 0;                          j = 0;
                         for ( tag = ber_first_element( ber, &len, &last );                          for ( tag = ber_first_element( ber, &len, &last );
                             tag != LBER_DEFAULT &&                               tag != LBER_DEFAULT && 
 #ifdef LDAP_END_SEQORSET  #ifdef LBER_END_SEQORSET
                                         tag != LBER_END_SEQORSET &&                                          tag != LBER_END_SEQORSET &&
 #endif  #endif
                                         rc != LBER_DEFAULT;                                          rc != LBER_DEFAULT;
Line 514  va_dcl Line 514  va_dcl
                                 rc = ber_get_stringa( ber, &((*sss)[j]) );                                  rc = ber_get_stringa( ber, &((*sss)[j]) );
                                 j++;                                  j++;
                         }                          }
 #ifdef LDAP_END_SEQORSET  #ifdef LBER_END_SEQORSET
                         if (rc != LBER_DEFAULT &&                           if (rc != LBER_DEFAULT && 
                                 tag != LBER_END_SEQORSET )                                  tag != LBER_END_SEQORSET )
                         {                          {
Line 531  va_dcl Line 531  va_dcl
                         j = 0;                          j = 0;
                         for ( tag = ber_first_element( ber, &len, &last );                          for ( tag = ber_first_element( ber, &len, &last );
                             tag != LBER_DEFAULT &&                               tag != LBER_DEFAULT && 
 #ifdef LDAP_END_SEQORSET  #ifdef LBER_END_SEQORSET
                                         tag != LBER_END_SEQORSET &&                                          tag != LBER_END_SEQORSET &&
 #endif  #endif
                                         rc != LBER_DEFAULT;                                          rc != LBER_DEFAULT;
Line 547  va_dcl Line 547  va_dcl
                                 rc = ber_get_stringal( ber, &((*bv)[j]) );                                  rc = ber_get_stringal( ber, &((*bv)[j]) );
                                 j++;                                  j++;
                         }                          }
 #ifdef LDAP_END_SEQORSET  #ifdef LBER_END_SEQORSET
                         if (rc != LBER_DEFAULT &&                           if (rc != LBER_DEFAULT && 
                                 tag != LBER_END_SEQORSET )                                  tag != LBER_END_SEQORSET )
                         {                          {

Removed from v.1.18  
changed lines
  Added in v.1.19


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