Skip to content
Snippets Groups Projects
Commit b6841157 authored by benoit.thebaudeau@advans's avatar benoit.thebaudeau@advans Committed by Joe Hershberger
Browse files

net: link_local: fix build


Fix comment within comment build error.

Signed-off-by: default avatarBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
parent b977aa80
No related branches found
No related tags found
No related merge requests found
...@@ -225,8 +225,8 @@ void link_local_receive_arp(struct arp_hdr *arp, int len) ...@@ -225,8 +225,8 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
timeout_ms = diff | 1; /* never 0 */ timeout_ms = diff | 1; /* never 0 */
} }
} }
/* #if 0
* XXX Don't bother with ethernet link just yet /* XXX Don't bother with ethernet link just yet */
if ((fds[0].revents & POLLIN) == 0) { if ((fds[0].revents & POLLIN) == 0) {
if (fds[0].revents & POLLERR) { if (fds[0].revents & POLLERR) {
/* /*
...@@ -240,7 +240,7 @@ void link_local_receive_arp(struct arp_hdr *arp, int len) ...@@ -240,7 +240,7 @@ void link_local_receive_arp(struct arp_hdr *arp, int len)
} }
continue; continue;
} }
*/ #endif
debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n", debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n",
eth_get_name(), ntohs(arp->ar_pro), eth_get_name(), ntohs(arp->ar_pro),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment