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:
parent
f92711f000
commit
6c83c674ba
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user