Mercurial > hg > dhcpcd
changeset 2248:ab9f78ee23f2 draft
Typo, thanks to Iain Hibbert.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 27 Jan 2014 11:34:26 +0000 |
| parents | a7f4dfca892a |
| children | 1eab8a5c0194 |
| files | ipv6nd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ipv6nd.c Sat Jan 25 02:50:27 2014 +0000 +++ b/ipv6nd.c Mon Jan 27 11:34:26 2014 +0000 @@ -666,7 +666,7 @@ return; } - /* We could recieve a RA before we sent a RS*/ + /* We could receive a RA before we sent a RS*/ if (ipv6_linklocal(ifp) == NULL) { #ifdef DEBUG_RS syslog(LOG_DEBUG, "%s: received RA from %s (no link-local)",
