From ad2974cd05b4d08c8b92f505bf95aa8e8533235f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 24 Nov 2001 14:16:41 +0000 Subject: added "net join" command this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12) --- source3/printing/nt_printing.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/printing') diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 8e022ac1f6..b03f9ff213 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -2464,8 +2464,7 @@ static WERROR get_a_printer_2(NT_PRINTER_INFO_LEVEL_2 **info_ptr, fstring sharen { pstring key; NT_PRINTER_INFO_LEVEL_2 info; - int len = 0, - devmode_length = 0; + int len = 0; TDB_DATA kbuf, dbuf; fstring printername; -- cgit