]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: factor out path loop in unix_convert()
authorRalph Boehme <slow@samba.org>
Thu, 23 Apr 2020 09:16:36 +0000 (11:16 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 24 Apr 2020 21:46:27 +0000 (21:46 +0000)
commitb9d61a23bda4e718fb6b65e06dfdcb7ce2c28a9d
tree59454cb53fe3faa8f9e0d40c3fb6bec0beae46b8
parentec2adb43481175566627a1676aaf0639fd550057
smbd: factor out path loop in unix_convert()

Just a copy&paste of everything in the for loop without any changes other then
removing one indentation level. Even keeping the gotos, removing them comes in
the next commit.

No change in behaviuour.

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