]> git.sur5r.net Git - openldap/commitdiff
missing description in current cunnections number
authorPierangelo Masarati <ando@openldap.org>
Wed, 3 Apr 2002 15:42:54 +0000 (15:42 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 3 Apr 2002 15:42:54 +0000 (15:42 +0000)
servers/slapd/back-monitor/conn.c

index 1b08de49ec82ff2cdf2c4a00b561bca6372df1dd..ae877020b70893cc627f6a68177bee27697af5c1 100644 (file)
@@ -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;