Skip to content

networkmonitor netlink: Fix error detection

Florian Müllner requested to merge wip/fmuellner/fix-netmonitor into master

We currently bail out of initialization if a GError has been passed to the function, not if it has been set by the previous call.

Fixes #1523 (closed)

Merge request reports