cvs commit: src/sys/netinet6 nd6.c
Gleb Smirnoff
glebius at FreeBSD.org
Tue Aug 9 08:37:30 GMT 2005
glebius 2005-08-09 08:37:29 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
- Use 'error' variable to store error value, instead of 'i'.
- Push 'i' into the only block where it is used.
- Remove redundant check for rt being NULL. If rt_check() hasn't
returned an error, then rt is valid.
Reviewed by: gnn
Revision Changes Path
1.51 +6 -9 src/sys/netinet6/nd6.c
More information about the cvs-src
mailing list