diff options
author | Kozlov Dmitry <dima@server> | 2011-08-16 13:13:32 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-08-16 13:13:32 +0400 |
commit | 780b059378b1a20862eb779b74258b023ad02f6b (patch) | |
tree | 17e35061f92a76683f198498a124067b0f7b2052 /accel-pppd/ppp/ppp_ccp.h | |
parent | 2f48232a6f2fcba1707aa772e571aced765aff91 (diff) | |
download | accel-ppp-780b059378b1a20862eb779b74258b023ad02f6b.tar.gz accel-ppp-780b059378b1a20862eb779b74258b023ad02f6b.zip |
ppp:ccp: code cleanup
Diffstat (limited to 'accel-pppd/ppp/ppp_ccp.h')
-rw-r--r-- | accel-pppd/ppp/ppp_ccp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pppd/ppp/ppp_ccp.h b/accel-pppd/ppp/ppp_ccp.h index 11c8a221..3a48816a 100644 --- a/accel-pppd/ppp/ppp_ccp.h +++ b/accel-pppd/ppp/ppp_ccp.h @@ -87,7 +87,6 @@ struct ppp_ccp_t int passive:1; int starting:1; int started:1; - int need_req:1; }; int ccp_option_register(struct ccp_option_handler_t *h); |