mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-29 10:30:40 +02:00
cli: fix VLAN egress priority mapping for 'nmcli connection add'
Found with Coverity.
This commit is contained in:
parent
623f8a2be1
commit
26dca13c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -3560,7 +3560,7 @@ cleanup_bt:
|
|||
goto cleanup_vlan;
|
||||
if (!check_and_convert_vlan_prio_maps (ingress, NM_VLAN_INGRESS_MAP, &ingress_arr, error))
|
||||
goto cleanup_vlan;
|
||||
if (!check_and_convert_vlan_prio_maps (egress, NM_VLAN_EGRESS_MAP, &ingress_arr, error))
|
||||
if (!check_and_convert_vlan_prio_maps (egress, NM_VLAN_EGRESS_MAP, &egress_arr, error))
|
||||
goto cleanup_vlan;
|
||||
|
||||
/* Add 'vlan' setting */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue