mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
note to developers
This commit is contained in:
parent
94028fe7e4
commit
e2fb0213ed
1 changed files with 2 additions and 0 deletions
|
|
@ -3187,6 +3187,8 @@ syncrepl_unparse( syncinfo_t *si, struct berval *bv )
|
|||
char buf[BUFSIZ*2], *ptr;
|
||||
int i;
|
||||
|
||||
/* FIXME: we're not checking for buf[] overflow! */
|
||||
|
||||
/* temporarily inhibit bindconf from printing URI */
|
||||
uri = si->si_bindconf.sb_uri;
|
||||
BER_BVZERO( &si->si_bindconf.sb_uri );
|
||||
|
|
|
|||
Loading…
Reference in a new issue