diff options
Diffstat (limited to 'source3/client/smbspool.c')
-rw-r--r-- | source3/client/smbspool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 581b6508b8d..b0077b73bae 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -59,7 +59,7 @@ static int smb_print(struct cli_state *, char *, FILE *); *server, /* Server name */ *printer; /* Printer name */ FILE *fp; /* File to print */ - int status; /* Status of LPD job */ + int status=0; /* Status of LPD job */ struct cli_state *cli; /* SMB interface */ /* we expect the URI in argv[0]. Detect the case where it is in argv[1] and cope */ |