summaryrefslogtreecommitdiffstats
path: root/source3/smbd
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2014-04-14 22:11:12 +0200
committerChristian Ambach <ambi@samba.org>2014-06-04 20:09:38 +0200
commit89961ca2972b087ae4a974ce223b75263ec1ee1f (patch)
tree804c2d2b6808b2f57987bcd0bd10a3ddde5d3549 /source3/smbd
parent62b4d442b9b43d40137ba82e9d00c864ef2d1c25 (diff)
downloadsamba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.gz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.xz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.zip
s3:lib/afs move afs.c to common lib dir
some of the code in afs.c is needed by wbinfo that lives in the toplevel nsswitch directory, so move the afs.c file to a new top-level lib/afs directory. Use the name afs_funcs to avoid collisions with the afs.h header from OpenAFS Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index a9ad8477b0f..d3eabf8e360 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -30,6 +30,7 @@
#include "auth.h"
#include "lib/param/loadparm.h"
#include "messages.h"
+#include "lib/afs/afs_funcs.h"
static bool canonicalize_connect_path(connection_struct *conn)
{