Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/libcli/echo/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/echo/tests/echo.c

    r740 r988  
    6565        make_nbt_name_server(&name,
    6666                             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);
    6971        if (!NT_STATUS_IS_OK(status)) {
    7072                printf("Failed to resolve %s - %s\n", name.name,
  • vendor/current/libcli/echo/tests/wscript_build

    r740 r988  
    55        subsystem='smbtorture',
    66        init_function='torture_libcli_echo_init',
    7         deps='LIBTSOCKET UTIL_TEVENT LIBCLI_ECHO',
     7        deps='LIBTSOCKET tevent-util LIBCLI_ECHO',
    88        internal_module=True);
Note: See TracChangeset for help on using the changeset viewer.