s3/utils: use full 64 bit address for getrows (with 64bit offsets)
authorNoel Power <noel.power@suse.com>
Mon, 8 Jan 2024 15:56:38 +0000 (15:56 +0000)
committerNoel Power <npower@samba.org>
Tue, 30 Jan 2024 16:21:35 +0000 (16:21 +0000)
commit6ecb614b8ec6953ba15e8061fce9b395615b035a
tree9c135dd25d79ac3980cfca58d27082ab5f5b626c
parentefa60ff3105ac80ffff6d2a5d82dd0615ddb7578
s3/utils: use full 64 bit address for getrows (with 64bit offsets)

if 64bit offsets are used the hi 32-bits of address are stored in
the ulreserved2 member of the message header field and the low 32-bits
are stored in the ulclientbase member of the cpmgetrows message

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/wspsearch.c