Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[connectionagent] recommit do not continue connectToType("cellular") …
…if autoconnect is not enabled
  • Loading branch information
Pasi Sjöholm committed Oct 1, 2014
1 parent 1d598f6 commit e8355d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions connd/qconnectionagent.cpp
Expand Up @@ -324,6 +324,9 @@ void QConnectionAgent::connectToType(const QString &type)
qDebug() << "<<<<<<<<<<< requestConnect() >>>>>>>>>>>>";
elem.service->requestConnect();
return;
} else if (elem.path.contains("cellular")) {
// do not continue if cellular is not autoconnect
return;
}
} else {
return;
Expand Down

0 comments on commit e8355d0

Please sign in to comment.