s4-libcli Remove resolve_name() as it conflicts with Samba3.
[amitay/samba.git] / libcli / echo / tests / echo.c
index c47b7d0d0fcc6edb2f284db13294d3c9c825613c..6424c8100163544c57a53c8ec2ace1ded49392a0 100644 (file)
@@ -64,8 +64,10 @@ static bool torture_echo_udp(struct torture_context *tctx)
 
        make_nbt_name_server(&name,
                             torture_setting_string(tctx, "host", NULL));
-       status = resolve_name(lpcfg_resolve_context(tctx->lp_ctx), &name, tctx,
-                             &address, tctx->ev);
+       status = resolve_name_ex(lpcfg_resolve_context(tctx->lp_ctx),
+                                0, 0,
+                                &name, tctx,
+                                &address, tctx->ev);
        if (!NT_STATUS_IS_OK(status)) {
                printf("Failed to resolve %s - %s\n", name.name,
                       nt_errstr(status));