Code refactor

This commit is contained in:
juanescarraga 2019-11-12 14:31:56 -05:00
parent b97368ba33
commit 16e7a2e81d

View File

@ -332,6 +332,7 @@ function getWindowsIEEE8021x(connectionType, iface) {
} }
} catch (error) { } catch (error) {
console.log(error);
return i8021x; return i8021x;
} }
} }