mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
Fixed missing alignment in spoolss_io_q_enumjobs() function.
(This used to be commit e878cdc9f59084f39c022f2faa140369f76e94ec)
This commit is contained in:
parent
e8a8b04002
commit
b99d3f27df
@ -4007,6 +4007,9 @@ BOOL spoolss_io_q_enumjobs(char *desc, SPOOL_Q_ENUMJOBS *q_u, prs_struct *ps, in
|
||||
if (!spoolss_io_buffer("", ps, depth, &q_u->buffer))
|
||||
return False;
|
||||
|
||||
if(!prs_align(ps))
|
||||
return False;
|
||||
|
||||
if (!prs_uint32("offered", ps, depth, &q_u->offered))
|
||||
return False;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user