mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-16 15:20:00 +00:00
update submodules, add clang build, fix bug in wpasup
This commit is contained in:
@ -508,7 +508,7 @@ QString WpaSup::getWpaCliOutput(const QString commandLine)
|
||||
QStringList interfaces = netctlCommand->getWirelessInterfaceList();
|
||||
if (interfaces.isEmpty()) {
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Could not find interfaces";
|
||||
return false;
|
||||
return QString();
|
||||
}
|
||||
|
||||
QString cmd = QString("%1 -i %2 -p %3 %4").arg(wpaCliPath).arg(interfaces[0]).arg(ctrlDir).arg(commandLine);
|
||||
|
Reference in New Issue
Block a user