]> git.sur5r.net Git - openldap/blobdiff - servers/ldapd/result.c
Replace NULLBER with NULL
[openldap] / servers / ldapd / result.c
index 3754251fa83c96e54c774ca6caa176fcbc182cd1..a046a4e62008c029e8cdd3fd1669433af03ca564 100644 (file)
@@ -317,7 +317,7 @@ send_ldap_result(
                tag = LBER_SEQUENCE;
 #endif
 
-       if ( (ber = der_alloc()) == NULLBER ) {
+       if ( (ber = der_alloc()) == NULL ) {
                Debug( LDAP_DEBUG_ANY, "der_alloc failed\n", 0, 0, 0 );
                return( -1 );
        }