mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 17:30:16 +01:00
agent: fix infinite loop checking agent identifier
This commit is contained in:
parent
585a4a1351
commit
ffac6b33c6
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ validate_identifier (const char *identifier, GError **error)
|
|||
"Identifier contains two '.' characters in sequence");
|
||||
return FALSE;
|
||||
}
|
||||
p++;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue