Get the other NG_PATHLEN while I'm here too :(.

This commit is contained in:
Warner Losh 2009-06-09 05:24:06 +00:00
parent c402ff5910
commit 367316d5ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193808

View File

@ -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)