1
0
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:
Daniel Collins 2012-12-01 13:08:05 +00:00
parent d95b7d92b5
commit 4b67b33dfa

View File

@ -160,8 +160,6 @@ ipx_interface_t *load_ipx_interfaces(void)
if(!config.enabled)
{
/* Interface has been disabled, don't add it */
ifptr = ifptr->Next;
continue;
}