mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 23:47:19 +01:00
|
Some checks failed
Build all core packages / Build all core packages for selected target (push) Has been cancelled
The code to be replaced is a glorious no-op. A default value for config.radius_das_client does not need to be assigned. This parameter already has non-empty value: see the enclosing 'if' block. As a result, the value of config.radius_das_client never gets modified to contain both dae_client and dae_secret. This breaks hostapd.add_iface() that expects config.radius_das_client to contain both dae_client and dae_secret separated by a whitespace. Fixes: #21519 Signed-off-by: Val Kulkov <val.kulkov@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21522 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| base-files | ||
| boot | ||
| devel | ||
| firmware | ||
| kernel | ||
| libs | ||
| network | ||
| system | ||
| utils | ||
| Makefile | ||