mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#3150 fix uninit'd return_val
This commit is contained in:
parent
a3df8a82b4
commit
69ff27f9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1072,7 +1072,7 @@ cache_entries(
|
|||
cache_manager *cm = on->on_bi.bi_private;
|
||||
query_manager* qm = cm->qm;
|
||||
int i;
|
||||
int return_val;
|
||||
int return_val = 0;
|
||||
Entry *e;
|
||||
struct berval crp_uuid;
|
||||
char uuidbuf[ LDAP_LUTIL_UUIDSTR_BUFSIZE ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue