summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp/ppp.h
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-11-16 17:19:33 +0300
committerKozlov Dmitry <dima@server>2010-11-16 17:19:33 +0300
commite95fc28b08669e329916e1cf1eb52fa462ad655a (patch)
treeb584a8719fc5950ae9f683c6ce865ee074e3e450 /accel-pptpd/ppp/ppp.h
parent50881d86b036e3b658c45e56b57b12a60e1562ef (diff)
downloadaccel-ppp-xebd-e95fc28b08669e329916e1cf1eb52fa462ad655a.tar.gz
accel-ppp-xebd-e95fc28b08669e329916e1cf1eb52fa462ad655a.zip
log-tcp: fixed incorrect queue overflow handling
ppp: fixed memory leak when ipcp raises error at ConfReq
Diffstat (limited to 'accel-pptpd/ppp/ppp.h')
-rw-r--r--accel-pptpd/ppp/ppp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp.h b/accel-pptpd/ppp/ppp.h
index f74351d..1a97099 100644
--- a/accel-pptpd/ppp/ppp.h
+++ b/accel-pptpd/ppp/ppp.h
@@ -98,6 +98,7 @@ struct ppp_t
struct ppp_ctrl_t *ctrl;
int terminating:1;
+ int terminated:1;
int terminate_cause;
void *chan_buf;