From d4e123933f71773c91e2e0f3da2687a4e8715ab5 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Wed, 1 Dec 2010 05:40:45 +0300 Subject: radius: fix incorrect packet identifier size --- accel-pptpd/radius/radius.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd') diff --git a/accel-pptpd/radius/radius.h b/accel-pptpd/radius/radius.h index 95fa82b9..c42989e4 100644 --- a/accel-pptpd/radius/radius.h +++ b/accel-pptpd/radius/radius.h @@ -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; -- cgit v1.2.3