1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

- Replace magic number with YPOLDVERS macro (which may be missed in

r14262).
This commit is contained in:
Jun Kuriyama 2009-12-04 14:08:57 +00:00
parent 5a42d563e4
commit 4293e80feb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200099

View File

@ -295,7 +295,7 @@ main(int argc, char *argv[])
}
sock = RPC_ANYSOCK;
(void) pmap_unset(YPPROG, YPVERS);
(void) pmap_unset(YPPROG, 1);
(void) pmap_unset(YPPROG, YPOLDVERS);
}
/*