mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 19:18:00 +02: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,
|
if (nm_utils_strv_find_first ((char **) IGNORED_WORDS,
|
||||||
G_N_ELEMENTS (IGNORED_WORDS),
|
G_N_ELEMENTS (IGNORED_WORDS),
|
||||||
p) < 0)
|
p) >= 0)
|
||||||
goto next;
|
goto next;
|
||||||
|
|
||||||
l = strlen (p);
|
l = strlen (p);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue