mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@sernet.de>.
Volker
(This used to be commit fece76cfc2
)
This commit is contained in:
parent
2b76b28932
commit
7984ec9edb
@ -314,7 +314,7 @@ static WERROR cmd_spoolss_enum_printers(struct cli_state *cli,
|
||||
return WERR_OK;
|
||||
}
|
||||
|
||||
if (argc == 2)
|
||||
if (argc >= 2)
|
||||
info_level = atoi(argv[1]);
|
||||
|
||||
if (argc == 3)
|
||||
|
Loading…
Reference in New Issue
Block a user