1
1
This commit was SVN r13277.
Этот коммит содержится в:
Jeff Squyres 2007-01-24 17:40:02 +00:00
родитель 4e990ac0e9
Коммит 5d80458563

Просмотреть файл

@ -248,7 +248,7 @@ static int opal_ifinit(void)
} }
if ((ifr->ifr_flags & IFF_UP) == 0) if ((ifr->ifr_flags & IFF_UP) == 0)
continue; continue;
#ifdef IFF_SlAVE #ifdef IFF_SLAVE
/* Is this a slave to a load balancer or bonded channel? /* Is this a slave to a load balancer or bonded channel?
If so, don't use it -- pick up the master instead */ If so, don't use it -- pick up the master instead */
if ((ifr->ifr_flags & IFF_SLAVE) != 0) if ((ifr->ifr_flags & IFF_SLAVE) != 0)