summaryrefslogtreecommitdiff
path: root/usr.sbin/flowctl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-06-09 05:24:06 +0000
committerWarner Losh <imp@FreeBSD.org>2009-06-09 05:24:06 +0000
commit367316d5ffb6e75744b4fd60d05cec644b336877 (patch)
tree5bbba6535a681a2998fa825654ef9e67d7c074fa /usr.sbin/flowctl
parentc402ff5910c6e93fddb40b306f91c1ab296464b6 (diff)
downloadsrc-test-367316d5ffb6e75744b4fd60d05cec644b336877.tar.gz
src-test-367316d5ffb6e75744b4fd60d05cec644b336877.zip
Get the other NG_PATHLEN while I'm here too :(.
Notes
Notes: svn path=/head/; revision=193808
Diffstat (limited to 'usr.sbin/flowctl')
-rw-r--r--usr.sbin/flowctl/flowctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/flowctl/flowctl.c b/usr.sbin/flowctl/flowctl.c
index 4350bd479d123..16f960a43bfe0 100644
--- a/usr.sbin/flowctl/flowctl.c
+++ b/usr.sbin/flowctl/flowctl.c
@@ -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)