[Midnightbsd-cvs] src [7691] trunk/usr.sbin/mport/mport.c: this seems to cause serious issues with the exec.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 8 21:45:01 EDT 2016


Revision: 7691
          http://svnweb.midnightbsd.org/src/?rev=7691
Author:   laffer1
Date:     2016-08-08 21:45:01 -0400 (Mon, 08 Aug 2016)
Log Message:
-----------
this seems to cause serious issues with the exec. avoid loading index here

Modified Paths:
--------------
    trunk/usr.sbin/mport/mport.c

Modified: trunk/usr.sbin/mport/mport.c
===================================================================
--- trunk/usr.sbin/mport/mport.c	2016-08-09 00:42:20 UTC (rev 7690)
+++ trunk/usr.sbin/mport/mport.c	2016-08-09 01:45:01 UTC (rev 7691)
@@ -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