summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-11-28 23:00:11 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-11-28 23:00:11 (GMT)
commit79f1bce5cef4cf98b426658252a479221e1ea4fa (patch)
treefb9f8cebe1f311c5b4572cb70d8c336686f603a2 /src
parent37766cd0781218598daffeaa7fa9d1707ec14b38 (diff)
parentc874a2a97101e506148e852debc23a898691b892 (diff)
downloadQt-79f1bce5cef4cf98b426658252a479221e1ea4fa.zip
Qt-79f1bce5cef4cf98b426658252a479221e1ea4fa.tar.gz
Qt-79f1bce5cef4cf98b426658252a479221e1ea4fa.tar.bz2
Merge branch '4.7-upstream' into 4.7-water
Diffstat (limited to 'src')
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.cpp b/src/plugins/bearer/connman/qconnmanengine.cpp
index 184ceb4..7f3501e 100644
--- a/src/plugins/bearer/connman/qconnmanengine.cpp
+++ b/src/plugins/bearer/connman/qconnmanengine.cpp
@@ -726,6 +726,7 @@ void QConnmanEngine::addNetworkConfiguration(const QString &networkPath)
if(servicePath.isEmpty()) {
id = QString::number(qHash(networkPath));
+ serv = 0;
} else {
id = QString::number(qHash(servicePath));
serv = new QConnmanServiceInterface(servicePath,this);