Format %d -> %ld.

This commit is contained in:
Hallvard Furuseth 2003-11-29 17:26:23 +00:00
parent 71d488c28f
commit 3d522a0c9f

View file

@ -266,7 +266,7 @@ bdb_get_commit_csn(
struct berval bv;
LDAP_STAILQ_FOREACH( si, &op->o_bd->be_syncinfo, si_next ) {
sprintf( substr, "cn=syncrepl%d", si->si_rid );
sprintf( substr, "cn=syncrepl%ld", si->si_rid );
ber_str2bv( substr, 0, 0, &bv );
build_new_dn( &ctxcsn_ndn, &op->o_bd->be_nsuffix[0], &bv, NULL );