Fix fool error

This commit is contained in:
ricardopolo 2019-11-14 10:03:34 -05:00
parent 5d5a6ff439
commit 7e267aa9af

View File

@ -373,7 +373,7 @@ function getWindowsIEEE8021x(connectionType, iface, ifaces) {
return i8021x;
}
if (i8021xState.includes(':') && i8021xState.includes(':')) {
if (i8021xState.includes(':') && i8021xProtocol.includes(':')) {
console.log('ETAPA ERROR 4');
i8021x.state = i8021xState.split(':').pop();
console.log('ETAPA ERROR 5');