mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
missing description in current cunnections number
This commit is contained in:
parent
440637dde7
commit
82d1c77722
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue