svn commit: r203378 - head/usr.sbin/rtsold

Hajimu UMEMOTO ume at FreeBSD.org
Tue Feb 2 16:02:09 UTC 2010


Author: ume
Date: Tue Feb  2 16:02:09 2010
New Revision: 203378
URL: http://svn.freebsd.org/changeset/base/203378

Log:
  Make -a option actually work.
  
  MFC after:	1 week

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

Modified: head/usr.sbin/rtsold/rtsold.c
==============================================================================
--- head/usr.sbin/rtsold/rtsold.c	Tue Feb  2 13:47:18 2010	(r203377)
+++ head/usr.sbin/rtsold/rtsold.c	Tue Feb  2 16:02:09 2010	(r203378)
@@ -837,7 +837,6 @@ autoifprobe(void)
 		if (!argv[n])
 			err(1, "malloc");
 		n++;
-		argv[n] = NULL;
 	}
 
 	if (n) {


More information about the svn-src-head mailing list