1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

added comment about a new specversion seen from client.

Device mode size is still the same though.




jerry
This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent 27618a5ca2
commit fb822e97cb

View File

@ -690,9 +690,11 @@ BOOL spoolss_io_devmode(char *desc, prs_struct *ps, int depth, DEVICEMODE *devmo
Let the size determine that */
switch (devmode->specversion) {
/* list of observed spec version's */
case 0x0320:
case 0x0400:
case 0x0401:
case 0x040d:
break;
default: