diff options
Diffstat (limited to 'accel-pptpd/log.c')
-rw-r--r-- | accel-pptpd/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/log.c b/accel-pptpd/log.c index 7381427e..5fbd93a8 100644 --- a/accel-pptpd/log.c +++ b/accel-pptpd/log.c @@ -31,7 +31,7 @@ struct _log_msg_t int level; struct timeval timestamp; struct list_head chunks; - uint8_t refs; + unsigned int refs; }; static int log_level; |