Diff for /libraries/libldap/sasl.c between versions 1.38 and 1.39

version 1.38, 2001/09/27 22:18:41 version 1.39, 2001/10/01 23:02:23
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.37 2001/07/21 21:13:06 kurt Exp $ */  /* $OpenLDAP: pkg/ldap/libraries/libldap/sasl.c,v 1.38 2001/09/27 22:18:41 hyc Exp $ */
 /*  /*
  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.   * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file   * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
Line 186  ldap_sasl_bind_s( Line 186  ldap_sasl_bind_s(
                 return( rc );                  return( rc );
         }          }
   
   #ifdef LDAP_CONNECTIONLESS
           if (LDAP_IS_UDP(ld)) {
                   return( rc );
           }
   #endif
   
         if ( ldap_result( ld, msgid, 1, NULL, &result ) == -1 ) {          if ( ldap_result( ld, msgid, 1, NULL, &result ) == -1 ) {
                 return( ld->ld_errno ); /* ldap_result sets ld_errno */                  return( ld->ld_errno ); /* ldap_result sets ld_errno */
         }          }

Removed from v.1.38  
changed lines
  Added in v.1.39


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