diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-12-19 10:35:14 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-12-19 10:35:14 +0300 |
commit | aff9ec94d82bb46235da0b4be1b2e5e9c9dafbc2 (patch) | |
tree | abda301fed7d9851727e5fdd10d7635b6eb3d6cb /accel-pptpd/log.c | |
parent | e8507d40aa9d55eb3af6196584bf3118d4f08050 (diff) | |
download | accel-ppp-aff9ec94d82bb46235da0b4be1b2e5e9c9dafbc2.tar.gz accel-ppp-aff9ec94d82bb46235da0b4be1b2e5e9c9dafbc2.zip |
cli: shutdown cancel command
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; |