CVE-2021-44141: s3: smbd: In unix_convert() remove the now unneeded block indentation.
commit104499b56ded1960c0fa7f2dfd49eea4d0f76172
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2021 20:59:50 +0000 (3 12:59 -0800)
committerJule Anger <janger@samba.org>
Mon, 31 Jan 2022 11:23:53 +0000 (31 12:23 +0100)
tree37bada81eb0ce1d19a8bbe9c4dccc1b9fa524ade
parent36f480c7c8ea88238a040415f677ad0a57fec60c
CVE-2021-44141: s3: smbd: In unix_convert() remove the now unneeded block indentation.

We removed the 'if (state->name_has_wildcard) {' clause, so
the block no longer needs indenting.

Best seen with git show -b.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/filename.c