diff options
Diffstat (limited to 'accel-pptpd/ppp/ppp_lcp.h')
-rw-r--r-- | accel-pptpd/ppp/ppp_lcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp_lcp.h b/accel-pptpd/ppp/ppp_lcp.h index 46bc17b9..661f200c 100644 --- a/accel-pptpd/ppp/ppp_lcp.h +++ b/accel-pptpd/ppp/ppp_lcp.h @@ -90,6 +90,7 @@ struct lcp_option_t int id; int len; int state; + int print:1; struct lcp_option_handler_t *h; }; |