Changeset 890d2c6 in rtems
- Timestamp:
- May 9, 2007, 11:23:14 AM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ccb4b0
- Parents:
- 5a2feea
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r5a2feea r890d2c6 1 2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 PR 1243 4 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference. 5 1 6 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
cpukit/pppd/auth.c
r5a2feea r890d2c6 969 969 np = getnetbyname (ptr_word); 970 970 if (np != NULL && np->n_addrtype == AF_INET) { 971 a = htonl ( *(u_int32_t *)np->n_net);971 a = htonl (np->n_net); 972 972 if (ptr_mask == NULL) { 973 973 /* calculate appropriate mask for net */
Note: See TracChangeset
for help on using the changeset viewer.