mirror of
https://github.com/samba-team/samba.git
synced 2025-09-07 21:44:22 +03:00
Ensure data is not used uninitialised.
Jeremy.
(This used to be commit 3c2d396aa8
)
This commit is contained in:
@@ -161,7 +161,7 @@ BOOL namecache_fetch(const char *name, int name_type, struct in_addr **ip_list,
|
|||||||
int *num_names)
|
int *num_names)
|
||||||
{
|
{
|
||||||
TDB_DATA key, value;
|
TDB_DATA key, value;
|
||||||
struct nc_value *data;
|
struct nc_value *data = NULL;
|
||||||
time_t now;
|
time_t now;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user