Fix fool error
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user