diff options
Diffstat (limited to 'lib/network/connection_manager.pm')
-rw-r--r-- | lib/network/connection_manager.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection_manager.pm b/lib/network/connection_manager.pm index 7098a6e..eaa1854 100644 --- a/lib/network/connection_manager.pm +++ b/lib/network/connection_manager.pm @@ -426,7 +426,7 @@ sub update_on_status_change { } } -sub _get_network_event_message { +sub get_network_event_message { my ($connections, $member, @args) = @_; #- FIXME: the hostname.d script and s2u use a different D-Bus interface if ($member eq 'hostname') { |