diff options
Diffstat (limited to 'accel-pppd/shaper/shaper.c')
-rw-r--r-- | accel-pppd/shaper/shaper.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pppd/shaper/shaper.c b/accel-pppd/shaper/shaper.c index 55bec4f..75b27fb 100644 --- a/accel-pppd/shaper/shaper.c +++ b/accel-pppd/shaper/shaper.c @@ -299,8 +299,10 @@ static void parse_string(const char *str, int dir, int *speed, int *burst, int * } #ifdef RADIUS - if (conf_vendor == 9) + if (conf_vendor == 9) { + /* VENDOR_Cisco */ return; + } #endif parse_string_simple(str, dir, speed, burst, tr_id); |