mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
The variable interface is used in the sub-function 'modemmanager_check_state'. However, this is not an argument of the function and so the global value is used. Addding the variable as an function call argument fixes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>