Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 05:24:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193808 - head/usr.sbin/flowctl
Message-ID:  <200906090524.n595O61p056992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906090524.n595O61p056992>