mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 02:10:17 +01:00
parent
f867f20ab8
commit
12c881ad40
1 changed files with 1 additions and 1 deletions
|
|
@ -1535,7 +1535,7 @@ fixup_desc_string (const char *desc)
|
|||
|
||||
if (nm_utils_strv_find_first ((char **) IGNORED_WORDS,
|
||||
G_N_ELEMENTS (IGNORED_WORDS),
|
||||
p) < 0)
|
||||
p) >= 0)
|
||||
goto next;
|
||||
|
||||
l = strlen (p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue