mirror of
https://github.com/samba-team/samba.git
synced 2025-02-12 21:58:10 +03:00
Fixes: source4/libcli/raw/rawfileinfo.c:301:56: warning: Access to field 'transport' results in a dereference of a null pointer (loaded from variable 'session') <--[clang] parms->standard.out.create_time = raw_pull_dos_date2(session->transport, ^ source4/libcli/raw/rawfileinfo.c:314:55: warning: Access to field 'transport' results in a dereference of a null pointer (loaded from variable 'session') <--[clang] parms->ea_size.out.create_time = raw_pull_dos_date2(session->transport, Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org>