summaryrefslogtreecommitdiffstats
path: root/usr.sbin/flowctl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-06-09 05:24:06 +0000
committerimp <imp@FreeBSD.org>2009-06-09 05:24:06 +0000
commit102c4f10ed808b280791b1e38bf1a0ce28360cda (patch)
tree5bbba6535a681a2998fa825654ef9e67d7c074fa /usr.sbin/flowctl
parent2cb991f821e9b9dfc9a04e229495475400003382 (diff)
downloadFreeBSD-src-102c4f10ed808b280791b1e38bf1a0ce28360cda.zip
FreeBSD-src-102c4f10ed808b280791b1e38bf1a0ce28360cda.tar.gz
Get the other NG_PATHLEN while I'm here too :(.
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 4350bd4..16f960a 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)
OpenPOWER on IntegriCloud