From 5b00fe06f4bff8181293eb7cf341960928270100 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Tue, 5 Dec 2017 17:14:08 +0300 Subject: fixed compilation error with -DRADIUS=FALSE --- accel-pppd/shaper/shaper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accel-pppd') diff --git a/accel-pppd/shaper/shaper.c b/accel-pppd/shaper/shaper.c index e0d95690..5f557b3b 100644 --- a/accel-pppd/shaper/shaper.c +++ b/accel-pppd/shaper/shaper.c @@ -238,8 +238,10 @@ static void parse_string(const char *str, int dir, int *speed, int *burst, int * } } +#ifdef RADIUS if (conf_vendor == 9) return; +#endif val = strtol(str, &endptr, 10); if (*endptr == 0) { -- cgit v1.2.3