From e94d7f53f9339b73ee5b20f5061b9b74f9866cee Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Jan 2009 18:06:21 +0100 Subject: Make use of a talloc_destructor for free_printer_entry --- source3/include/nt_printing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 479404d6fd..f515a408f5 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -452,7 +452,6 @@ typedef struct _Printer{ bool page_started; uint32 jobid; /* jobid in printing backend */ int printer_type; - TALLOC_CTX *ctx; fstring servername; fstring sharename; uint32 type; -- cgit