update submodules, add clang build, fix bug in wpasup

This commit is contained in:
arcan1s
2015-04-23 17:51:52 +03:00
parent 03dbfce482
commit 3695914226
6 changed files with 21 additions and 13 deletions

View File

@ -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);