session: Fix null pointer derefencing
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 19 Sep 2011 11:50:09 +0000 (13:50 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 22 Sep 2011 13:45:49 +0000 (15:45 +0200)
commit05f581a62a332627b14337e30a9906861b6d3b44
tree25d96cd5e254ffee92103fc1e59fd622cefc0112
parent01ae86990380f8c37d7609c41337bc95b0b7869d
session: Fix null pointer derefencing

When an emergency session sets back the EmergencyCall
property, all other session are notified. If a session
previously was not connected (online == FALSE) no
entry (services) was selected. We should not derefency
a NULL pointer in this case.

Fixes BMC#22880
src/session.c