svn commit: samba r21958 - in branches: SAMBA_3_0/source/printing SAMBA_3_0_25/source/printing

vlendec at samba.org vlendec at samba.org
Sat Mar 24 10:32:34 GMT 2007


Author: vlendec
Date: 2007-03-24 10:32:34 +0000 (Sat, 24 Mar 2007)
New Revision: 21958

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21958

Log:
Fix Coverity ID 343 (dead code)
Modified:
   branches/SAMBA_3_0/source/printing/print_cups.c
   branches/SAMBA_3_0_25/source/printing/print_cups.c


Changeset:
Modified: branches/SAMBA_3_0/source/printing/print_cups.c
===================================================================
--- branches/SAMBA_3_0/source/printing/print_cups.c	2007-03-23 23:10:46 UTC (rev 21957)
+++ branches/SAMBA_3_0/source/printing/print_cups.c	2007-03-24 10:32:34 UTC (rev 21958)
@@ -1319,9 +1319,6 @@
 
 	}
 
-	ippDelete(response);
-	response = NULL;
-
 	ret = True;
 
  out:

Modified: branches/SAMBA_3_0_25/source/printing/print_cups.c
===================================================================
--- branches/SAMBA_3_0_25/source/printing/print_cups.c	2007-03-23 23:10:46 UTC (rev 21957)
+++ branches/SAMBA_3_0_25/source/printing/print_cups.c	2007-03-24 10:32:34 UTC (rev 21958)
@@ -1319,9 +1319,6 @@
 
 	}
 
-	ippDelete(response);
-	response = NULL;
-
 	ret = True;
 
  out:



More information about the samba-cvs mailing list