Added prefer_ipv4 bool parameter to resolve_name().
[ira/wip.git] / source3 / torture / torture.c
index 7185f1c2be84132bbccaf7d0af96c08f1365eda8..babcb1e7d0e0cfc6a0ba0418202fa4d4e32fd6c2 100644 (file)
@@ -5633,7 +5633,7 @@ static bool run_tldap(int dummy)
        struct tevent_req *req;
        char *basedn;
 
-       if (!resolve_name(host, &addr, 0)) {
+       if (!resolve_name(host, &addr, 0, false)) {
                d_printf("could not find host %s\n", host);
                return false;
        }