Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libads/cldap.c

    r414 r740  
    2424#include "../libcli/cldap/cldap.h"
    2525#include "../lib/tsocket/tsocket.h"
     26#include "libads/cldap.h"
    2627
    2728/*******************************************************************
     
    9394        io.in.map_response      = false;
    9495
    95         status = cldap_netlogon(cldap, NULL, reply, &io);
     96        status = cldap_netlogon(cldap, reply, &io);
    9697        if (!NT_STATUS_IS_OK(status)) {
    9798                DEBUG(2,("cldap_netlogon() failed: %s\n", nt_errstr(status)));
Note: See TracChangeset for help on using the changeset viewer.