Remove warning in inet; this situation is harmless and can be caused by a race

This commit is contained in:
Erik van der Kouwe 2010-07-01 06:14:38 +00:00
parent 5e602d3dab
commit 5c591816cb

View file

@ -439,9 +439,11 @@ u32_t flags;
if (eth_port->etp_osdep.etp_state != OEPS_IDLE)
{
#if 0
printf(
"eth_set_rec_conf: setting OEPF_NEED_CONF, state = %d\n",
eth_port->etp_osdep.etp_state);
#endif
eth_port->etp_osdep.etp_flags |= OEPF_NEED_CONF;
return;
}