mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 14:50:07 +01:00
libnm-util: fix build with gcc 4.4 - pass string format to g_set_error
This commit is contained in:
parent
66251aedab
commit
dec1773694
1 changed files with 1 additions and 1 deletions
|
|
@ -2513,7 +2513,7 @@ verify_cert (GByteArray *array, const char *prop_name, GError **error)
|
|||
g_set_error (error,
|
||||
NM_SETTING_802_1X_ERROR,
|
||||
NM_SETTING_802_1X_ERROR_INVALID_PROPERTY,
|
||||
prop_name);
|
||||
"%s", prop_name);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue