about summary refs log tree commit diff
path: root/libnm
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
committerMichael Biebl <biebl@debian.org>2017-02-16 00:01:12 +0100
commitecb2fdd2c959a2a53fa9ce961203d363f86b389b (patch)
tree681cfa4e900d09fa9af89cac3cec4e34568b11c0 /libnm
parent01f15cee9ceeb145ca7d328b255fbce2b4eacce5 (diff)
parenta222e56e103f949b148a6942e385ccca2c26d9f3 (diff)
Merge tag 'upstream/1.6.2'
Upstream version 1.6.2
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 91451ed0..0b47bf53 100644
--- a/libnm/nm-vpn-service-plugin.c
+++ b/libnm/nm-vpn-service-plugin.c
@@ -217,7 +217,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);
-		/* fallthru */
+		/* 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);