From: Jeremy Allison Date: Fri, 5 Aug 2022 02:09:39 +0000 (-0700) Subject: s3: smbd: Remove 'bool posix_path' from struct dfs_path. X-Git-Tag: samba-4.17.0rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5a49c310da4b18e366762e073fc9244b96d1b46;p=thirdparty%2Fsamba.git s3: smbd: Remove 'bool posix_path' from struct dfs_path. Nothing now sets or looks at it. Signed-off-by: Jeremy Allison Reviewed-by: Volker Lendecke --- diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h index 6a851cb3330..83265174373 100644 --- a/source3/include/msdfs.h +++ b/source3/include/msdfs.h @@ -61,7 +61,6 @@ struct dfs_path { char *hostname; char *servicename; char *reqpath; - bool posix_path; }; #endif /* _MSDFS_H */