summaryrefslogtreecommitdiff
path: root/accel-pppd/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/log.c')
-rw-r--r--accel-pppd/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/log.c b/accel-pppd/log.c
index 3105e57..e4a1e6e 100644
--- a/accel-pppd/log.c
+++ b/accel-pppd/log.c
@@ -33,7 +33,7 @@ struct log_pd_t
struct ap_session *ses;
struct list_head msgs;
struct log_msg_t *msg;
- int authorized:1;
+ unsigned int authorized:1;
};
struct _log_msg_t