[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-installer/anna util.c,1.27,1.28



Update of /cvs/debian-boot/debian-installer/anna
In directory gluck:/tmp/cvs-serv31981/anna

Modified Files:
	util.c 
Log Message:
Ret is never NULL.


Index: util.c
===================================================================
RCS file: /cvs/debian-boot/debian-installer/anna/util.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- util.c	10 Nov 2003 03:16:55 -0000	1.27
+++ util.c	9 Dec 2003 19:49:01 -0000	1.28
@@ -189,10 +189,8 @@
         if (packages[count])
           strcat(ret, ", ");
     }
-    if (ret_used)
-        return ret;
-    free(ret);
-    return NULL;
+
+    return ret;
 }
 
 /* Ask the chosen retriever to download a particular package to to dest. */



Reply to: