diff options
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 0370365953..cd175dcd1d 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -909,7 +909,7 @@ static BOOL internal_resolve_name(const char *name, int name_type, controllers including the PDC in iplist[1..n]. Iterating over the iplist when the PDC is down will cause two sets of timeouts. */ - if ((nodupes_iplist = (struct in_addr *) + if (*return_count && (nodupes_iplist = (struct in_addr *) malloc(sizeof(struct in_addr) * (*return_count)))) { int nodupes_count = 0; |