svn commit: r206269 - stable/8/sbin/ifconfig
Rui Paulo
rpaulo at FreeBSD.org
Tue Apr 6 13:04:27 UTC 2010
Author: rpaulo
Date: Tue Apr 6 13:04:27 2010
New Revision: 206269
URL: http://svn.freebsd.org/changeset/base/206269
Log:
MFC r205514:
Add a missing LINE_BREAK() after printing the roaming parameters in
verbose mode.
Sponsored by: iXsystems, inc.
Modified:
stable/8/sbin/ifconfig/ifieee80211.c
Directory Properties:
stable/8/sbin/ifconfig/ (props changed)
Modified: stable/8/sbin/ifconfig/ifieee80211.c
==============================================================================
--- stable/8/sbin/ifconfig/ifieee80211.c Tue Apr 6 12:44:28 2010 (r206268)
+++ stable/8/sbin/ifconfig/ifieee80211.c Tue Apr 6 13:04:27 2010 (r206269)
@@ -4516,6 +4516,7 @@ end:
} else {
LINE_BREAK();
list_roam(s);
+ LINE_BREAK();
}
}
More information about the svn-src-all
mailing list