about summary refs log tree commit diff
path: root/libnm
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2020-03-13 16:23:07 +0100
committerSebastien Bacher <seb128@ubuntu.com>2020-03-13 16:23:07 +0100
commit8f6881ac06714ef99cc470a03e7ac0ce1af49a16 (patch)
treefcb5e39f41b8135e4b3a41b6951f21473e10fa5e /libnm
parentee7b95167028fdbb2a4bd32aa686e27817d8dfe0 (diff)
parentb012fa6e1d808e0736c009799c62d835cbfcc1dd (diff)
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-vpn-service-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-vpn-service-plugin.c b/libnm/nm-vpn-service-plugin.c
index 9ebcfd64..a0df8402 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -200,7 +200,7 @@ nm_vpn_service_plugin_disconnect (NMVpnServicePlugin *plugin, GError **err)
 		break;
 	case NM_VPN_SERVICE_STATE_STARTING:
 		_emit_failure (plugin, NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED);
-		/* fall through */
+		/* fall-through */
 	case NM_VPN_SERVICE_STATE_STARTED:
 		nm_vpn_service_plugin_set_state (plugin, NM_VPN_SERVICE_STATE_STOPPING);
 		ret = NM_VPN_SERVICE_PLUGIN_GET_CLASS (plugin)->disconnect (plugin, err);