diff options
| author | Michael Biebl <biebl@debian.org> | 2020-03-13 00:44:14 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-03-13 00:44:14 +0100 |
| commit | b012fa6e1d808e0736c009799c62d835cbfcc1dd (patch) | |
| tree | ff9a3777f6740e91b55f0a566914bfe4ab37935f /libnm-core/nm-utils.c | |
| parent | e536d40eaea5dcdc0743b0a5e8e17faa46608a50 (diff) | |
New upstream version 1.22.10 upstream/1.22.10
Diffstat (limited to 'libnm-core/nm-utils.c')
| -rw-r--r-- | libnm-core/nm-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c index 90ae4070..ea4c52c0 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -1185,7 +1185,7 @@ nm_utils_security_valid (NMUtilsSecurityType type, case NMU_SEC_LEAP: /* require PRIVACY bit for LEAP? */ if (adhoc) return FALSE; - /* fall through */ + /* fall-through */ case NMU_SEC_STATIC_WEP: g_assert (have_ap); if (!(ap_flags & NM_802_11_AP_FLAGS_PRIVACY)) |