svn commit: r287493 - head/usr.sbin/sesutil

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 5 21:55:02 UTC 2015


Author: bapt
Date: Sat Sep  5 21:55:01 2015
New Revision: 287493
URL: https://svnweb.freebsd.org/changeset/base/287493

Log:
  Remove extra i++
  
  Reported by:	allanjude@

Modified:
  head/usr.sbin/sesutil/sesutil.c

Modified: head/usr.sbin/sesutil/sesutil.c
==============================================================================
--- head/usr.sbin/sesutil/sesutil.c	Sat Sep  5 21:12:19 2015	(r287492)
+++ head/usr.sbin/sesutil/sesutil.c	Sat Sep  5 21:55:01 2015	(r287493)
@@ -175,7 +175,6 @@ locate(int argc, char **argv)
 			}
 		}	
 		close(fd);
-		i++;
 	}
 	globfree(&g);
 


More information about the svn-src-all mailing list