1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

merge from 2.2

This commit is contained in:
Gerald Carter -
parent 423554fd71
commit 5b4b3323a3

View File

@ -6316,6 +6316,9 @@ BOOL spoolss_io_r_enumprinterkey(char *desc, SPOOL_R_ENUMPRINTERKEY *r_u, prs_st
if (!smb_io_buffer5("", &r_u->keys, ps, depth))
return False;
if(!prs_align(ps))
return False;
if(!prs_uint32("needed", ps, depth, &r_u->needed))
return False;