summaryrefslogtreecommitdiff
path: root/accel-pptpd/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/log.c')
-rw-r--r--accel-pptpd/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/log.c b/accel-pptpd/log.c
index 7381427..5fbd93a 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;