libsmb: Allow NULL print_name in reparse_data_buffer_marshall()
authorVolker Lendecke <vl@samba.org>
Tue, 26 Sep 2023 12:54:37 +0000 (14:54 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Oct 2023 20:31:36 +0000 (20:31 +0000)
commit6f91cce14e490963ed699629beae136b9fe25656
treea9546097204425d82ae567c65095ee1bb3cff5b2
parent7f1ee32a1b91addd84784954e3150afc2b3ae2bc
libsmb: Allow NULL print_name in reparse_data_buffer_marshall()

read_symlink_reparse() does this.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/reparse.c