提交 5b00fe06 编写于 作者: D Dmitry Kozlov

fixed compilation error with -DRADIUS=FALSE

上级 0cc1ca28
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册