vdagentd: Do not try to get active session on startup
commit899dc0656c7569b0c884025c714be165903016c4
authorHans de Goede <hdegoede@redhat.com>
Sun, 31 Oct 2010 07:54:37 +0000 (31 08:54 +0100)
committerHans de Goede <hdegoede@redhat.com>
Sun, 31 Oct 2010 08:07:13 +0000 (31 09:07 +0100)
tree9362695e12444c090e94715a3c306fab5d4e2143
parent027959474724cc026b189598facbdc6b940c586e
vdagentd: Do not try to get active session on startup

This will fail when we are started from the initscripts as there won't be
an active session (yet). Instead get the active session when the first agent
connects (and/or when console kit signals an active session change).

Also fix a copy paste error in GetActiveSession logging.
console-kit.c
vdagentd.c