s3: smbd: In unix_convert() remove the now unneeded block indentation.
commitce6b3ba4099cf1fd35ccd5b85c59f1e76918fb3b
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2021 20:59:50 +0000 (3 12:59 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Dec 2021 07:17:29 +0000 (11 07:17 +0000)
tree5982ad277ff8470ac13f0550e91a8500e0205f63
parentb21ba035bf364400c74385c1364ea93387903c7f
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.

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