diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index a13a79d..949adaa 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -1,9 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2014 Jolla Ltd +** Copyright (C) 2014-2017 Jolla Ltd ** Contact: lorn.potter@gmail.com ** -** ** GNU Lesser General Public License Usage ** This file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software @@ -484,6 +483,7 @@ void QConnectionAgent::techChanged() knownTechnologies.clear(); } if (!netman->getTechnology("wifi")) { + delayedTethering = false; tetheringWifiTech = 0; return; }