Fix mangling in assignment of np->n_net to ina.s_addr.
authormillert <millert@openbsd.org>
Sun, 6 Apr 1997 19:17:06 +0000 (19:17 +0000)
committermillert <millert@openbsd.org>
Sun, 6 Apr 1997 19:17:06 +0000 (19:17 +0000)
commitccc131c1f5d2e51a8ae2f5418bdf921e88366eab
treea70cced064687e74b5a1744c7c3077615e3fec2d
parent2a6bac9a872d24df2a24213a887f36b2886cdd92
Fix mangling in assignment of np->n_net to ina.s_addr.
Presumably this was added to deal with 64-bit machines but
it is a) wrong and b) not necesary now that we use in_addr_t.
usr.sbin/pppd/auth.c