s3: smbd: Centralize error exits to an 'out' label in hardlink_internals().
authorJeremy Allison <jra@samba.org>
Tue, 19 Jan 2021 20:49:40 +0000 (12:49 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 9 Feb 2021 00:10:29 +0000 (00:10 +0000)
commit4fd18c2755691f1343788d4a87ce000c7d84456f
tree7a46dc4bb94c69f2d46a64b2d132a1ed548a7fa8
parent11ea133e73e3157ec6fac4629e0438fa3118dbca
s3: smbd: Centralize error exits to an 'out' label in hardlink_internals().

Makes it easier to add TALLOC_FREE's that are always called.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/smbd/trans2.c