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

fix ITS#3834

parent deec44b8
No related branches found
No related tags found
No related merge requests found
......@@ -2741,7 +2741,7 @@ syncrepl_unparse( syncinfo_t *si, struct berval *bv )
if ( si->si_retrynum_init[i] == -1 )
*ptr++ = '+';
else
ptr += sprintf( ptr, "%d", si->si_retrynum_init );
ptr += sprintf( ptr, "%d", si->si_retrynum_init[i] );
}
*ptr++ = '"';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment