mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 16:30:12 +01:00
gen-metadata-nm-settings-nmcli: add missing va_end in _prop_log() after using vaargs
It was missing before. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1970 Fixes:af5c1c8019('man nm-settings-nmcli: autogenerate the "Format" field') (cherry picked from commit7d0115ea98)
This commit is contained in:
parent
acc70b01b6
commit
7f8bbd6fcb
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ static void G_GNUC_PRINTF(3, 4)
|
|||
prop_info->property_name,
|
||||
(int) prop_info->property_type->doc_format,
|
||||
msg);
|
||||
va_end(vaargs);
|
||||
|
||||
if (fatal)
|
||||
g_error("%s", msg_full);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue