svn commit: r203836 - stable/8/usr.sbin/rtsold
Hajimu UMEMOTO
ume at FreeBSD.org
Sat Feb 13 16:25:33 UTC 2010
Author: ume
Date: Sat Feb 13 16:25:33 2010
New Revision: 203836
URL: http://svn.freebsd.org/changeset/base/203836
Log:
MFC r203378: Make -a option actually work.
Modified:
stable/8/usr.sbin/rtsold/rtsold.c
Directory Properties:
stable/8/usr.sbin/rtsold/ (props changed)
Modified: stable/8/usr.sbin/rtsold/rtsold.c
==============================================================================
--- stable/8/usr.sbin/rtsold/rtsold.c Sat Feb 13 16:22:08 2010 (r203835)
+++ stable/8/usr.sbin/rtsold/rtsold.c Sat Feb 13 16:25:33 2010 (r203836)
@@ -841,7 +841,6 @@ autoifprobe(void)
if (!argv[n])
err(1, "malloc");
n++;
- argv[n] = NULL;
}
if (n) {
More information about the svn-src-stable
mailing list