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

fix previous commit

parent 9327af55
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ monitor_subsys_thread_update(
bv.bv_val = buf;
ldap_pvt_thread_mutex_lock( &slapd_rq.rq_mutex );
i = 0;
LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, rnext ) {
LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) {
bv.bv_len = snprintf( buf, sizeof( buf ), "{%d}%s(%s)",
i, re->tname, re->tspec );
if ( bv.bv_len < sizeof( buf ) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment