summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accel-pptpd/radius/radius.h2
1 files changed, 1 insertions, 1 deletions
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;