Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.

Submitted by: Gil Kloepfer <gil@arlut.utexas.edu>
PR: 64445
This commit is contained in:
Peter Wemm 2005-12-06 02:01:06 +00:00
parent 7640c87195
commit 7bb2af36b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153149

View file

@ -148,7 +148,7 @@ struct ypresp_order {
};
struct ypmaplist {
char ypml_name[YPMAXMAP + 1];
char *ypml_name;
struct ypmaplist *ypml_next;
};