Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/lib/socket/testsuite.c

    r414 r745  
    4343        struct interface *ifaces;
    4444
    45         load_interfaces(tctx, lp_interfaces(tctx->lp_ctx), &ifaces);
     45        load_interfaces(tctx, lpcfg_interfaces(tctx->lp_ctx), &ifaces);
    4646
    4747        status = socket_create("ip", SOCKET_TYPE_DGRAM, &sock1, 0);
     
    136136        talloc_steal(mem_ctx, sock2);
    137137
    138         load_interfaces(tctx, lp_interfaces(tctx->lp_ctx), &ifaces);
     138        load_interfaces(tctx, lpcfg_interfaces(tctx->lp_ctx), &ifaces);
    139139        localhost = socket_address_from_strings(sock1, sock1->backend_name,
    140140                                                iface_best_ip(ifaces, "127.0.0.1"), 0);
     
    189189struct torture_suite *torture_local_socket(TALLOC_CTX *mem_ctx)
    190190{
    191         struct torture_suite *suite = torture_suite_create(mem_ctx,
    192                                                                                                            "SOCKET");
     191        struct torture_suite *suite = torture_suite_create(mem_ctx, "socket");
    193192
    194193        torture_suite_add_simple_test(suite, "udp", test_udp);
Note: See TracChangeset for help on using the changeset viewer.