Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/netapi/getdc.c

    r414 r596  
    5353        }
    5454
    55         status = rpccli_netr_GetDcName(pipe_cli, ctx,
     55        status = rpccli_netr_GetDcName(pipe_cli, talloc_tos(),
    5656                                       r->in.server_name,
    5757                                       r->in.domain_name,
     
    9393        }
    9494
    95         status = rpccli_netr_GetAnyDCName(pipe_cli, ctx,
     95        status = rpccli_netr_GetAnyDCName(pipe_cli, talloc_tos(),
    9696                                          r->in.server_name,
    9797                                          r->in.domain_name,
Note: See TracChangeset for help on using the changeset viewer.