Skip to content
Snippets Groups Projects
Commit 82d1c777 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

missing description in current cunnections number

parent 440637dd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment