summaryrefslogtreecommitdiff
path: root/source3/include/msdfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/msdfs.h')
-rw-r--r--source3/include/msdfs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h
index bf553f4a99..05cfe4e102 100644
--- a/source3/include/msdfs.h
+++ b/source3/include/msdfs.h
@@ -51,7 +51,7 @@ struct referral {
};
struct junction_map {
- pstring service_name;
+ fstring service_name;
pstring volume_name;
pstring comment;
int referral_count;
@@ -59,9 +59,10 @@ struct junction_map {
};
struct dfs_path {
- pstring hostname;
- pstring servicename;
+ fstring hostname;
+ fstring servicename;
pstring reqpath;
+ BOOL posix_path;
};
#define init_dfsroot(conn, inbuf, outbuf) \