mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
r18188: merge 3.0-libndr branch
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
647ed21b09
commit
1115745cae
@@ -2643,9 +2643,7 @@ BOOL smb_io_printer_driver_info_6(const char *desc, RPC_BUFFER *buffer, DRIVER_I
|
||||
if (!smb_io_relarraystr("previousdrivernames", buffer, depth, &info->previousdrivernames))
|
||||
return False;
|
||||
|
||||
if (!prs_uint32("date.low", ps, depth, &info->driver_date.low))
|
||||
return False;
|
||||
if (!prs_uint32("date.high", ps, depth, &info->driver_date.high))
|
||||
if (!prs_uint64("date", ps, depth, &info->driver_date))
|
||||
return False;
|
||||
|
||||
if (!prs_uint32("padding", ps, depth, &info->padding))
|
||||
|
||||
Reference in New Issue
Block a user