summaryrefslogtreecommitdiffstats
path: root/source3/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-07-17 12:58:34 +0200
committerStefan Metzmacher <metze@samba.org>2014-07-18 15:43:33 +0200
commit45807028d478c082fef6f3a3d5a142d96d63fb50 (patch)
tree5f98a560c6b1115ae9a118eb42ea9147080dbe9f /source3/auth
parentb560fac7f78b761ee279d8e87a749125665eb5d1 (diff)
downloadsamba-45807028d478c082fef6f3a3d5a142d96d63fb50.tar.gz
samba-45807028d478c082fef6f3a3d5a142d96d63fb50.tar.xz
samba-45807028d478c082fef6f3a3d5a142d96d63fb50.zip
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
This is generic enough that it could be used in all code. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jul 18 15:43:33 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/token_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c
index 8b0174fc44..9bb014c32c 100644
--- a/source3/auth/token_util.c
+++ b/source3/auth/token_util.c
@@ -28,7 +28,7 @@
#include "system/passwd.h"
#include "auth.h"
#include "secrets.h"
-#include "memcache.h"
+#include "../lib/util/memcache.h"
#include "../librpc/gen_ndr/netlogon.h"
#include "../libcli/security/security.h"
#include "../lib/util/util_pw.h"