]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:libcli/smb2: add smb2_tree_channel() helper
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Aug 2024 07:07:40 +0000 (09:07 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 29 Jan 2025 11:20:33 +0000 (11:20 +0000)
commit6cb46e5cb60ce753cac55a8ba19f5cffb697d545
tree3862317343ac800fe186435268f83bb26a7615cd
parente2969ed00fd85d5b2bf62d2a17643b5f8481b278
s4:libcli/smb2: add smb2_tree_channel() helper

This can be used after smb2_session_channel() in order
to have a smb2_tree structure representing the same
logic tree connect but uses a different channel/connection.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14430

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/libcli/smb2/tcon.c