mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
missing description in current cunnections number
This commit is contained in:
parent
440637dde7
commit
82d1c77722
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user