Commit 7984ec9e authored by Volker Lendecke's avatar Volker Lendecke Committed by Gerald (Jerry) Carter
Browse files

r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@sernet.de>.

Volker
(This used to be commit fece76cfc2f268d2855944d8a71d0aca3f99e0fb)
parent 2b76b289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)