]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: Remove 'bool posix_path' from struct dfs_path.
authorJeremy Allison <jra@samba.org>
Fri, 5 Aug 2022 02:09:39 +0000 (19:09 -0700)
committerVolker Lendecke <vl@samba.org>
Fri, 5 Aug 2022 09:24:30 +0000 (09:24 +0000)
Nothing now sets or looks at it.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/msdfs.h

index 6a851cb3330dc28f2512dc073ac561642b3e6ace..83265174373cf9a801605b8ca6c83551fe2e8f94 100644 (file)
@@ -61,7 +61,6 @@ struct dfs_path {
        char *hostname;
        char *servicename;
        char *reqpath;
-       bool posix_path;
 };
 
 #endif /* _MSDFS_H */