diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 68097aa9f7..8e1450cfa0 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -165,7 +165,7 @@ static int net_lookup_dc(int argc, const char **argv) asprintf(&pdc_str, "%s", inet_ntoa(addr)); d_printf("%s\n", pdc_str); - if (!get_sorted_dc_list(domain, &ip_list, &count, False)) { + if (!NT_STATUS_IS_OK(get_sorted_dc_list(domain, &ip_list, &count, False))) { SAFE_FREE(pdc_str); return 0; } |