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

r2009: compile-fix for #1626 (spotted by Olaf Flebbe

<o.flebbe@science-computing.de>).

Guenther
(This used to be commit 2e954709de)
This commit is contained in:
Günther Deschner 2004-08-24 11:56:51 +00:00 committed by Gerald (Jerry) Carter
parent a68a17a11e
commit 93c20b30e4

View File

@ -435,7 +435,7 @@ static WERROR cmd_spoolss_enum_ports(struct cli_state *cli,
WERROR result;
uint32 needed, info_level = 1;
PORT_INFO_CTR ctr;
int returned;
uint32 returned;
if (argc > 2) {
printf("Usage: %s [level]\n", argv[0]);