Fix assert in DBus if dbus_server_listen returned NULL

ref T589
This commit is contained in:
Roland Rossgotterer
2019-04-03 08:59:54 +02:00
committed by Mat Sutcliffe
parent 77acffb73e
commit 821e0b10b6
5 changed files with 20 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ namespace XSwiftBus
CService::CService() : CDBusObject()
{
addTextMessage("xswiftbus started.", 0, 255, 255);
updateAirportsInRange();
}