From 7e267aa9af849be8878901c8cc23cb595b50e2c0 Mon Sep 17 00:00:00 2001 From: ricardopolo Date: Thu, 14 Nov 2019 10:03:34 -0500 Subject: [PATCH] Fix fool error --- lib/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/network.js b/lib/network.js index e94f29e..400efdc 100644 --- a/lib/network.js +++ b/lib/network.js @@ -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');