diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-24 10:32:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:52 -0500 |
commit | 7216604b5e79b648ba2ed1cb16d1816d06741411 (patch) | |
tree | a559ab97a0947b1c7f05c7fa9f863828ed9f1290 /source3/printing | |
parent | dfc4a8b2b27fa7aac376d714122d9deafb8c0a73 (diff) | |
download | samba-7216604b5e79b648ba2ed1cb16d1816d06741411.tar.gz samba-7216604b5e79b648ba2ed1cb16d1816d06741411.tar.bz2 samba-7216604b5e79b648ba2ed1cb16d1816d06741411.zip |
r21958: Fix Coverity ID 343 (dead code)
(This used to be commit 6d093043ed437c1de6f9a50013d9bd84c75cf3ff)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/print_cups.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 0fa73e5a6c..e6c87873df 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -1319,9 +1319,6 @@ BOOL cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer) } - ippDelete(response); - response = NULL; - ret = True; out: |