OpenLDAP 2.3.34 Engineering
Fixed slapd-ldap C-API code tests (ITS#4808)
+ Fixed slapd-monitor NULL printf (ITS#4811)
OpenLDAP 2.3.33 Release (2007/01/17)
Fixed slapd syncrepl error logging with delta-syncrepl
c->c_dn.bv_len ? c->c_dn.bv_val : SLAPD_ANONYMOUS,
c->c_listener_url.bv_val,
- c->c_peer_domain.bv_val,
- c->c_peer_name.bv_val,
+ BER_BVISNULL( &c->c_peer_domain )
+ ? "" : c->c_peer_domain.bv_val,
+ BER_BVISNULL( &c->c_peer_name )
+ ? "" : c->c_peer_name.bv_val,
c->c_sock_name.bv_val,
buf2,