mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 03:47:50 +00:00
uspot: fix compile error in radius.c for older GCC
/openwrt/build_dir/target-arm_cortex-a7_musl_eabi/uspot/radius.c:264:4: error: label at end of compound statement
default:
^
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -262,6 +262,7 @@ radius(void)
|
|||||||
case RADIUS_PROXY_STATE_AUTH:
|
case RADIUS_PROXY_STATE_AUTH:
|
||||||
continue; // ignore those keys
|
continue; // ignore those keys
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tb[i])
|
if (!tb[i])
|
||||||
|
|||||||
Reference in New Issue
Block a user