mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Merge of comment about apparent spoolss_io_user_info weirdness.
This commit is contained in:
parent
102e490d68
commit
872c152d35
@ -615,6 +615,10 @@ static BOOL spool_io_user_level(char *desc, SPOOL_USER_CTR *q_u, prs_struct *ps,
|
||||
|
||||
if (!prs_align(ps))
|
||||
return False;
|
||||
|
||||
/* From looking at many captures in ethereal, it looks like
|
||||
the level and ptr fields should be transposed. -tpot */
|
||||
|
||||
if (!prs_uint32("level", ps, depth, &q_u->level))
|
||||
return False;
|
||||
if (!prs_uint32("ptr", ps, depth, &q_u->ptr))
|
||||
|
Loading…
Reference in New Issue
Block a user