提交 d4e12393 编写于 作者: D Dmitry Kozlov

radius: fix incorrect packet identifier size

上级 c84e577f
......@@ -78,7 +78,7 @@ struct rad_attr_t
struct rad_packet_t
{
int code;
int id;
uint8_t id;
int len;
struct list_head attrs;
void *buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册