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

This commit is contained in:
imp 2009-06-09 05:24:06 +00:00
parent 2cb991f821
commit 102c4f10ed

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)