From aff9ec94d82bb46235da0b4be1b2e5e9c9dafbc2 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sun, 19 Dec 2010 10:35:14 +0300 Subject: cli: shutdown cancel command --- accel-pptpd/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/log.c') 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; -- cgit v1.2.3