From 169c5857b7e7922fe3fffef997ced0e014e925a8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 10 Oct 2007 18:47:41 -0700 Subject: [PATCH] Added missing is_ipaddress is_ipaddress_v4 not in initial port from old svn code. Jeremy. --- source/winbindd/winbindd_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/winbindd/winbindd_misc.c b/source/winbindd/winbindd_misc.c index 5513e1790ba..366f58a403e 100644 --- a/source/winbindd/winbindd_misc.c +++ b/source/winbindd/winbindd_misc.c @@ -339,7 +339,7 @@ enum winbindd_result winbindd_dual_dsgetdcname(struct winbindd_domain *domain, } } - if ((!dc || !is_ipaddress(dc)) && info->domain_controller_name) { + if ((!dc || !is_ipaddress_v4(dc)) && info->domain_controller_name) { dc = info->domain_controller_name; } -- 2.34.1