s3: smbd: Remove definition of struct dfs_path.
authorJeremy Allison <jra@samba.org>
Mon, 8 Aug 2022 17:27:16 +0000 (10:27 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 12 Aug 2022 18:19:30 +0000 (18:19 +0000)
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>
source3/include/msdfs.h

index 83265174373cf9a801605b8ca6c83551fe2e8f94..892343fdd9af71845d14c853cb0c5779312d2435 100644 (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 */