Skip to content

Commit

Permalink
Merge pull request #60 from amccarthy/master
Browse files Browse the repository at this point in the history
[connectionagent] Don't automatically turn on tech power.
  • Loading branch information
Aaron McCarthy committed Apr 15, 2014
2 parents 143bc95 + 7f737bd commit eb32a67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions connd/qconnectionagent.cpp
Expand Up @@ -259,9 +259,6 @@ void QConnectionAgent::connectToType(const QString &type)
NetworkTechnology netTech;
netTech.setPath(techPath);

if (!netTech.powered()) { // user has indicated they want a connection
netTech.setPowered(true);
}
QStringList servicesList = netman->servicesList(type);
bool needConfig = true;

Expand Down

0 comments on commit eb32a67

Please sign in to comment.