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/libgpo/gpo_fetch.c

    r414 r740  
    2626#include "param/param.h"
    2727#include "libcli/resolve/resolve.h"
    28 #include "../lib/tevent/tevent.h"
     28#include <tevent.h>
    2929#include "libcli/libcli.h"
    3030#include "libcli/raw/libcliraw.h"
     
    3333#include "libgpo/gpo_s4.h"
    3434#include "lib/util/util.h"
     35#else
     36#include "libgpo/gpo_proto.h"
     37#include "libsmb/libsmb.h"
    3538#endif
    3639
     
    149152                        CLI_FULL_CONNECTION_USE_KERBEROS |
    150153                        CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS,
    151                         Undefined, NULL);
     154                        Undefined);
    152155        if (!NT_STATUS_IS_OK(result)) {
    153156                DEBUG(10,("check_refresh_gpo: "
Note: See TracChangeset for help on using the changeset viewer.