summaryrefslogtreecommitdiff
path: root/source4/param/secrets.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-04 10:28:15 +1000
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:19:37 +0200
commit7afa1f42c6a2c7e09fba8e51e3cacb56674c95cc (patch)
tree39c725ab97125f7b890b3e887a69e1783597dfb5 /source4/param/secrets.c
parent37bb87462868342fcb818d007f44aa81a9df1718 (diff)
downloadsamba-7afa1f42c6a2c7e09fba8e51e3cacb56674c95cc.tar.gz
lib/util Move source3 tdb_wrap_open() into the common code.
This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in the top level build, these options are not available for these databases. However, having two different tdb_wrap lists is a worse fate, so this will do for now. Andrew Bartlett (cherry picked from commit 14750139639b3531e57a3ca3f9e481d6e458dc06) (cherry picked from commit a7f39847ebf29b821aab2570a2f2bd841a28e836)
Diffstat (limited to 'source4/param/secrets.c')
-rw-r--r--source4/param/secrets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/secrets.c b/source4/param/secrets.c
index 13bfcc5e96a..314c933c4ff 100644
--- a/source4/param/secrets.c
+++ b/source4/param/secrets.c
@@ -25,7 +25,7 @@
#include "secrets.h"
#include "param/param.h"
#include "system/filesys.h"
-#include "tdb_wrap.h"
+#include "lib/util/tdb_wrap.h"
#include "lib/ldb-samba/ldb_wrap.h"
#include <ldb.h>
#include "../lib/util/util_tdb.h"