Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid unitialized variable warning
  • Loading branch information
pvuorela committed Jul 7, 2015
1 parent c7a2512 commit 3c2afc7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ void Tst_connectionagent_pluginTest::testUserInputRequested()

void Tst_connectionagent_pluginTest::tst_tethering()
{
NetworkService *wlanService;
NetworkService *wlanService = 0;
NetworkService *mobiledataService;

QVector <NetworkService *>wifiServices = netman->getServices("wifi");
Expand Down

0 comments on commit 3c2afc7

Please sign in to comment.