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 used to be commit fb822e97cb)
This commit is contained in:
Gerald Carter 2002-08-14 10:21:53 +00:00
parent 093428852d
commit b28b28ee34

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: