]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Remove unneeded NULL check inside msdfs_servicename_matches_connection().
authorJeremy Allison <jra@samba.org>
Thu, 11 Aug 2022 04:37:41 +0000 (21:37 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 28 Aug 2022 19:59:28 +0000 (19:59 +0000)
commit9d65f1c221fbc7122b48dd1065bb448c799dc670
tree6a49178c690fdca821866142ca818978f53652f9
parent2780509a3c861215e64db8ccb6d8db5fa7ac7c5d
s3: smbd: Remove unneeded NULL check inside msdfs_servicename_matches_connection().

This is now only called from is from parse_dfs_path(),
and for that we know conn is non-NULL.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/msdfs.c