From 367316d5ffb6e75744b4fd60d05cec644b336877 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 9 Jun 2009 05:24:06 +0000 Subject: [PATCH] Get the other NG_PATHLEN while I'm here too :(. --- usr.sbin/flowctl/flowctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/flowctl/flowctl.c b/usr.sbin/flowctl/flowctl.c index 4350bd479d12..16f960a43bfe 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)