From: Pierangelo Masarati Date: Wed, 3 Apr 2002 15:42:54 +0000 (+0000) Subject: missing description in current cunnections number X-Git-Tag: OPENLDAP_REL_ENG_2_MP~258 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82d1c777225e63bb777f237c83434c1fca91f95e;p=openldap missing description in current cunnections number --- diff --git a/servers/slapd/back-monitor/conn.c b/servers/slapd/back-monitor/conn.c index 1b08de49ec..ae877020b7 100644 --- a/servers/slapd/back-monitor/conn.c +++ b/servers/slapd/back-monitor/conn.c @@ -159,6 +159,11 @@ monitor_subsys_conn_init( return( -1 ); } + bv[1].bv_val = NULL; + bv[0].bv_val = "0"; + bv[0].bv_len = 1; + attr_merge( e, monitor_ad_desc, bv ); + mp = ( struct monitorentrypriv * )ch_calloc( sizeof( struct monitorentrypriv ), 1 ); e->e_private = ( void * )mp; mp->mp_next = e_tmp;