Compiler error when RADIUS isn't defined

Compilation and installation questions and stories
Post Reply
derek
Posts: 1
Joined: 05 Mar 2016, 12:55

Compiler error when RADIUS isn't defined

Post by derek »

| accel-pppd/shaper/shaper.c: In function 'parse_string':
| accel-pppd/shaper/shaper.c:190:6: error: 'conf_vendor' undeclared (first use in this function)
| if (conf_vendor == 9)

The usage of conf_vendor needs to be wrapped with an ifdef RADIUS
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Compiler error when RADIUS isn't defined

Post by Dmitry »

thanks
Post Reply