[Midnightbsd-cvs] src [7694] stable/0.8/usr.sbin/mport/mport.c: remove redundant index call.

root at midnightbsd.org root at midnightbsd.org
Mon Aug 8 22:17:00 EDT 2016


Revision: 7694
          http://svnweb.midnightbsd.org/src/?rev=7694
Author:   root
Date:     2016-08-08 22:16:59 -0400 (Mon, 08 Aug 2016)
Log Message:
-----------
remove redundant index call. This is causing issues with execing mport.list

Modified Paths:
--------------
    stable/0.8/usr.sbin/mport/mport.c

Modified: stable/0.8/usr.sbin/mport/mport.c
===================================================================
--- stable/0.8/usr.sbin/mport/mport.c	2016-08-09 02:02:50 UTC (rev 7693)
+++ stable/0.8/usr.sbin/mport/mport.c	2016-08-09 02:16:59 UTC (rev 7694)
@@ -159,7 +159,6 @@
 		if (argc > 2) {
 			if (!strcmp(argv[2], "updates") || 
 			    !strcmp(argv[2], "up")) {
-				loadIndex(mport);
 				flag = strdup("-u");
 			} else {
 				mport_instance_free(mport);



More information about the Midnightbsd-cvs mailing list