Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[connectionagent] fix crash when connmand restarts and bump version t…
…o 0.7.14
  • Loading branch information
Lorn Potter committed Jul 25, 2013
1 parent 251c36f commit e0c96c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions connd/qconnectionmanager.cpp
Expand Up @@ -463,6 +463,8 @@ void QConnectionManager::connectionHandover(const QString &oldService, const QSt

bool isOnline = false;
bool ok = true;
if (!oldService.isEmpty() || newService.isEmpty())
return;

if (servicesMap.value(oldService)->state() == "online"
|| servicesMap.value(oldService)->state() == "ready") {
Expand Down
6 changes: 3 additions & 3 deletions rpm/connectionagent-qt5.spec
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.26
# Generated by: spectacle version 0.27
#

Name: connectionagent-qt5
Expand All @@ -9,7 +9,7 @@ Name: connectionagent-qt5
# << macros

Summary: User Agent daemon
Version: 0.7.13
Version: 0.7.14
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down Expand Up @@ -72,7 +72,7 @@ make %{?jobs:-j%jobs}
rm -rf %{buildroot}
# >> install pre
# << install pre
%qmake_install
%qmake5_install

# >> install post
mkdir -p %{buildroot}%{_libdir}/systemd/user/user-session.target.wants
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.yaml
@@ -1,6 +1,6 @@
Name: connectionagent-qt5
Summary: User Agent daemon
Version: 0.7.13
Version: 0.7.14
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent
# << macros

Summary: User Agent daemon
Version: 0.7.13
Version: 0.7.14
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.yaml
@@ -1,6 +1,6 @@
Name: connectionagent
Summary: User Agent daemon
Version: 0.7.13
Version: 0.7.14
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down

0 comments on commit e0c96c6

Please sign in to comment.