]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Make map_fnum_to_smb2_handle type-safe
authorVolker Lendecke <vl@samba.org>
Tue, 13 May 2025 09:12:25 +0000 (11:12 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Sep 2025 08:08:29 +0000 (08:08 +0000)
commit911b683819c17d4cc1ee3d17be2c8adefb8127fb
treed504693e8b54fdbc336802d6ec27f2afb2ec3c00
parentdb715cd27269a9a6860f8d9e20ac1c6605b1136b
libsmb: Make map_fnum_to_smb2_handle type-safe

"struct smb2_hnd" is talloced here, use talloc_get_type_abort()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/libsmb/cli_smb2_fnum.c