diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-07 18:06:21 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-08 22:29:54 +0100 |
commit | e94d7f53f9339b73ee5b20f5061b9b74f9866cee (patch) | |
tree | 58b40240b574d356f1533235bb814d5750d9c222 /source3/include | |
parent | baa5c5eeb0c86ac9ae9edfd15da2621d2959938a (diff) | |
download | samba-e94d7f53f9339b73ee5b20f5061b9b74f9866cee.tar.gz samba-e94d7f53f9339b73ee5b20f5061b9b74f9866cee.tar.bz2 samba-e94d7f53f9339b73ee5b20f5061b9b74f9866cee.zip |
Make use of a talloc_destructor for free_printer_entry
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |