]> git.sur5r.net Git - openldap/commitdiff
Align with HEAD
authorKurt Zeilenga <kurt@openldap.org>
Mon, 27 Aug 2001 19:04:40 +0000 (19:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 27 Aug 2001 19:04:40 +0000 (19:04 +0000)
libraries/libldap/tls.c

index d7e9e650e9051ff8b7db33416f63b36c57da40d6..3841fded78d046b32cf7e84ae8658076543c5792 100644 (file)
@@ -809,7 +809,6 @@ ldap_pvt_tls_get_option( LDAP *ld, int option, void *arg )
 {
        struct ldapoptions *lo;
 
-
        if( ld != NULL ) {
                assert( LDAP_VALID( ld ) );
 
@@ -822,7 +821,7 @@ ldap_pvt_tls_get_option( LDAP *ld, int option, void *arg )
        } else {
                /* Get pointer to global option structure */
                lo = LDAP_INT_GLOBAL_OPT();   
-               if( lo == NULL ) {
+               if ( lo == NULL ) {
                        return LDAP_NO_MEMORY;
                }
        }
@@ -882,7 +881,7 @@ ldap_pvt_tls_set_option( LDAP *ld, int option, void *arg )
        } else {
                /* Get pointer to global option structure */
                lo = LDAP_INT_GLOBAL_OPT();   
-               if( lo == NULL ) {
+               if ( lo == NULL ) {
                        return LDAP_NO_MEMORY;
                }
        }