smbd: Remove a pointless NULL check from readlink_talloc()
commite2ccd822037ac14cdedd971fde3a315922c0d135
authorVolker Lendecke <vl@samba.org>
Mon, 5 Dec 2022 10:51:28 +0000 (5 11:51 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 15 Dec 2022 21:52:34 +0000 (15 21:52 +0000)
treea0b8d5d280fbd5e85af403d5e897ca41ad4a2539
parent88848bc07325cec651a57443f5998a411403774a
smbd: Remove a pointless NULL check from readlink_talloc()

We should never call this without the place to put the target in.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/files.c