svn commit: r193808 - head/usr.sbin/flowctl

Warner Losh imp at FreeBSD.org
Tue Jun 9 05:24:07 UTC 2009


Author: imp
Date: Tue Jun  9 05:24:06 2009
New Revision: 193808
URL: http://svn.freebsd.org/changeset/base/193808

Log:
  Get the other NG_PATHLEN while I'm here too :(.

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

Modified: head/usr.sbin/flowctl/flowctl.c
==============================================================================
--- head/usr.sbin/flowctl/flowctl.c	Tue Jun  9 05:18:14 2009	(r193807)
+++ head/usr.sbin/flowctl/flowctl.c	Tue Jun  9 05:24:06 2009	(r193808)
@@ -77,7 +77,7 @@ struct ip_ctl_cmd cmds[] = {
 };
 
 int	cs;
-char	ng_nodename[NG_PATHLEN + 1];
+char	ng_nodename[NG_PATHSIZ];
 
 int
 main(int argc, char **argv)


More information about the svn-src-all mailing list