Skip to content

polkitAgent: Guard against repeated close() calls

Florian Müllner requested to merge wip/fmuellner/221-repeated-polkit-close into master

We use the close() method to disconnect signal handlers set up in init(), however the handler ID is only valid in the first call in case the method is called more than once.

Fixes #221 (closed)

Merge request reports