mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Silence uninit warning in prev commit
This commit is contained in:
parent
589370d880
commit
06a3ad08cd
1 changed files with 1 additions and 1 deletions
|
|
@ -4969,7 +4969,7 @@ mdb_cursor_put(MDB_cursor *mc, MDB_val *key, MDB_val *data,
|
|||
MDB_page *fp;
|
||||
MDB_db dummy;
|
||||
int do_sub = 0, insert = 0;
|
||||
unsigned int mcount = 0, dcount;
|
||||
unsigned int mcount = 0, dcount = 0;
|
||||
size_t nsize;
|
||||
int rc, rc2;
|
||||
MDB_pagebuf pbuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue