1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Merge of comment about apparent spoolss_io_user_info weirdness.

(This used to be commit 872c152d35d5b7d1dc8a1d259c668f9bf42fc979)
This commit is contained in:
Tim Potter 2002-12-20 01:27:22 +00:00
parent f1fc17ea37
commit 48461eb42a

View File

@ -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))