Fix a bug where mount_nfs would properly parse an IP address, but would
commit9e754ee2001a151650a8d29f10cf0a594f807533
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 Jul 2008 22:22:40 +0000 (14 22:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 Jul 2008 22:22:40 +0000 (14 22:22 +0000)
tree6f540c2db6a4b16266ac5881cb18f0671cc59700
parentc66c09cf978e779c69b3bf693d055c0b8283910f
Fix a bug where mount_nfs would properly parse an IP address, but would
still fail if name resolution was down because it also tried to do a
reverse lookup on it.

Reported-by: Vincent Stemen <vince.dragonfly@hightek.org>
sbin/mount_nfs/mount_nfs.c