diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-06-09 05:18:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-06-09 05:18:14 +0000 |
| commit | c402ff5910c6e93fddb40b306f91c1ab296464b6 (patch) | |
| tree | c520c0ecaaf21db7211b4dc9057708b029e8852c /usr.sbin/flowctl | |
| parent | 867cdecd40daa3354498c12bb160769bfa580d4d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/flowctl')
| -rw-r--r-- | usr.sbin/flowctl/flowctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/flowctl/flowctl.c b/usr.sbin/flowctl/flowctl.c index 856fe583a3bb8..4350bd479d123 100644 --- a/usr.sbin/flowctl/flowctl.c +++ b/usr.sbin/flowctl/flowctl.c @@ -150,7 +150,7 @@ ctl_show(int argc, char **argv) { struct ng_mesg *ng_mesg; struct ngnf_flows *data; - char path[NG_PATHLEN + 1]; + char path[NG_PATHSIZ]; int token, nread, last = 0; int verbose = 0; |
