mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Only skip _ONE_ interface when a disabled one is encountered.
This commit is contained in:
parent
d95b7d92b5
commit
4b67b33dfa
@ -160,8 +160,6 @@ ipx_interface_t *load_ipx_interfaces(void)
|
|||||||
if(!config.enabled)
|
if(!config.enabled)
|
||||||
{
|
{
|
||||||
/* Interface has been disabled, don't add it */
|
/* Interface has been disabled, don't add it */
|
||||||
|
|
||||||
ifptr = ifptr->Next;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user