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

    r414 r745  
    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.