Skip to content
Commit 5d128773 authored by Christian Mollekopf's avatar Christian Mollekopf
Browse files

Avoid setting the Agent online if it needs network but there is none.

Without this patch an agent is online initially and only reacts to subsequent,
online status changes. This cause for example the imap resource to go online
when started without network connection (resulting in a wrong initial status),
and as the imap resource tried to connect and failed, it set itself to offline,
resulting in it not reacting to the network becoming available.

With this patch all network detection code can be removed from the imap resource
and it properly reacts to network changes.

BUG: 329857
REVIEW: 117008
parent 88a3562e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment