Changeset 988 for vendor/current/libcli/echo/tests
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/libcli/echo/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/echo/tests/echo.c
r740 r988 65 65 make_nbt_name_server(&name, 66 66 torture_setting_string(tctx, "host", NULL)); 67 status = resolve_name(lpcfg_resolve_context(tctx->lp_ctx), &name, tctx, 68 &address, tctx->ev); 67 status = resolve_name_ex(lpcfg_resolve_context(tctx->lp_ctx), 68 0, 0, 69 &name, tctx, 70 &address, tctx->ev); 69 71 if (!NT_STATUS_IS_OK(status)) { 70 72 printf("Failed to resolve %s - %s\n", name.name, -
vendor/current/libcli/echo/tests/wscript_build
r740 r988 5 5 subsystem='smbtorture', 6 6 init_function='torture_libcli_echo_init', 7 deps='LIBTSOCKET UTIL_TEVENTLIBCLI_ECHO',7 deps='LIBTSOCKET tevent-util LIBCLI_ECHO', 8 8 internal_module=True);
Note:
See TracChangeset
for help on using the changeset viewer.