Skip to content

dispatcher: tolerate lack of connection path

Lubomir Rintel requested to merge lr/dispatcher-path into master

If the dispatcher is being invoked because the connection was removed (e.g. device going down), it doesn't have a path or a filename anymore. Don't abort in such cases.

Merge request reports