diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/wins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wins.c b/source3/nsswitch/wins.c index b71995998f..a1c4f4deec 100644 --- a/source3/nsswitch/wins.c +++ b/source3/nsswitch/wins.c @@ -90,7 +90,7 @@ static struct in_addr *lookup_byname_backend(const char *name, int *count) { int fd = -1; struct ip_service *address = NULL; - struct in_addr *ret; + struct in_addr *ret = NULL; int j, flags = 0; if (!initialised) { |