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/param/share_ldb.c

    r414 r745  
    2121
    2222#include "includes.h"
    23 #include "ldb/include/ldb.h"
    24 #include "ldb/include/ldb_errors.h"
     23#include <ldb.h>
     24#include <ldb_errors.h>
    2525#include "auth/auth.h"
    2626#include "ldb_wrap.h"
     
    4141        }
    4242       
    43         sdb = ldb_wrap_connect(*ctx, ev_ctx, lp_ctx, 
     43        sdb = ldb_wrap_connect(*ctx, ev_ctx, lp_ctx,
    4444                               private_path(*ctx, lp_ctx, "share.ldb"),
    45                                system_session(*ctx, lp_ctx),
    46                                NULL, 0, NULL);
     45                               system_session(lp_ctx),
     46                               NULL, 0);
    4747
    4848        if (!sdb) {
Note: See TracChangeset for help on using the changeset viewer.