summaryrefslogtreecommitdiff
path: root/source3/include/msdfs.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-19 12:39:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-19 12:39:37 +0200
commit9fec173b071d0e4c17db73823bd7c1bdd50ad4d1 (patch)
tree1d5ec16ec4230c9eeacbf4dafa49ceee041e7fe6 /source3/include/msdfs.h
parent8e704e4107b284bfc1e43f4c698ac0e6c5ae1800 (diff)
parent58b4efc9b49c1cc366303a306639a3fc9321dcfe (diff)
downloadsamba-9fec173b071d0e4c17db73823bd7c1bdd50ad4d1.tar.gz
samba-9fec173b071d0e4c17db73823bd7c1bdd50ad4d1.tar.bz2
samba-9fec173b071d0e4c17db73823bd7c1bdd50ad4d1.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhex
Diffstat (limited to 'source3/include/msdfs.h')
-rw-r--r--source3/include/msdfs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h
index 4551325843..800393c75d 100644
--- a/source3/include/msdfs.h
+++ b/source3/include/msdfs.h
@@ -64,12 +64,4 @@ struct dfs_path {
bool posix_path;
};
-#define init_dfsroot(conn, inbuf, outbuf) \
-{ if (lp_msdfs_root(SNUM(conn)) && lp_host_msdfs()) { \
- DEBUG(2,("Serving %s as a Dfs root\n", \
- lp_servicename(SNUM(conn)) )); \
- SSVAL(outbuf, smb_vwv2, SMB_SHARE_IN_DFS \
- | SVAL(outbuf, smb_vwv2)); \
-} }
-
#endif /* _MSDFS_H */