1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3: smbd: Remove definition of struct dfs_path.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15144

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2022-08-08 10:27:16 -07:00
parent f92711f000
commit 6c83c674ba

View File

@ -56,11 +56,4 @@ struct junction_map {
size_t referral_count;
struct referral* referral_list;
};
struct dfs_path {
char *hostname;
char *servicename;
char *reqpath;
};
#endif /* _MSDFS_H */