]> git.sur5r.net Git - openldap/blobdiff - servers/ldapd/syntax.c
Replace NULLBER with NULL
[openldap] / servers / ldapd / syntax.c
index 9d6032a84ff2a4ce1223a43ac6e076081f596cf7..4658360289214c5571c5d4ed68c0bc9204c1284b 100644 (file)
@@ -439,7 +439,7 @@ put_photo_value( BerElement *ber, AttributeValue av )
                len = ps_get_abs( pe );
                Debug( LDAP_DEBUG_ARGS, "put_photo_val: ber_printf %d bytes\n",
                    len, 0, 0 );
-               if (( phber = der_alloc()) == NULLBER ) {
+               if (( phber = der_alloc()) == NULL ) {
                        Debug( LDAP_DEBUG_ANY, "der_alloc failed\n", 0, 0, 0 );
                        return( -1 );
                }