Fix typo.
This commit was SVN r13277.
Этот коммит содержится в:
родитель
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)
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user