1
0
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:
Volker Lendecke 2004-06-24 09:15:39 +00:00 committed by Gerald (Jerry) Carter
parent 2b76b28932
commit 7984ec9edb

View File

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