From d3e438d54ff05a3678f712bacf5c702ebf7b2a06 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 22 Apr 2001 03:16:04 +0000 Subject: a couple of minor merges from 2_2 (This used to be commit 67aa587eb2ee9044574ee212dfd7d52895f868c0) --- source3/client/smbspool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/smbspool.c') diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 581b6508b8..b0077b73ba 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 */ -- cgit