summaryrefslogtreecommitdiff
path: root/accel-pptpd
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd')
-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 95fa82b..c42989e 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;