Remove an errant debugging printf that got left in during my last
commit. Pointed out by: guido
This commit is contained in:
parent
c59c8a72cf
commit
f0fb902771
@ -447,7 +447,6 @@ nfs_mountroot(struct mount *mp, struct thread *td)
|
||||
* is not set by the DHCP server. Check also for a value of 0
|
||||
* to avoid panicking inappropriately in that situation.
|
||||
*/
|
||||
printf("gateway: %d bytes\n", nd->mygateway.sin_len);
|
||||
if (nd->mygateway.sin_len != 0 &&
|
||||
nd->mygateway.sin_addr.s_addr != 0) {
|
||||
struct sockaddr_in mask, sin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user