Fix fool error
This commit is contained in:
parent
5d5a6ff439
commit
7e267aa9af
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user