]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: factor out unix_convert_step_stat() from unix_convert_step()
authorRalph Boehme <slow@samba.org>
Thu, 23 Apr 2020 09:40:25 +0000 (11:40 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 24 Apr 2020 21:46:27 +0000 (21:46 +0000)
commita2f452829014928dfefc8e88e72eae6f6295ead7
tree4ffc26fce18aeaa434e0c0a94bea8dfa16f5d9e5
parentbeb8ff5539092d83bcaf22f612528e39d0509960
smbd: factor out unix_convert_step_stat() from unix_convert_step()

The diff looks more complicated that it is: everything in the new
unix_convert_step_stat() is moved *as is* from unix_convert_step() without
further changes.

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