lldpd: fix a paste error

from commit 1be2088a52

The original PR #13018 did not exhibit this.

Tested on 22.03.5

Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
Paul Donald 2024-02-08 20:26:13 +01:00 committed by Robert Marko
parent 1909b6f883
commit 4fb8fea6de
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ get_config_restart_hash() {
}
get_config_cid_ifaces() {
local _ifacesCONFIG_LLDPD_WITH_FDP
local _ifaces
config_get _ifaces 'config' 'cid_interface'
local _iface _ifnames=""
for _iface in $_ifaces; do