diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_auth.h')
-rw-r--r-- | accel-pppd/ppp/ppp_auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ppp/ppp_auth.h b/accel-pppd/ppp/ppp_auth.h index af98262..5049fd5 100644 --- a/accel-pppd/ppp/ppp_auth.h +++ b/accel-pppd/ppp/ppp_auth.h @@ -9,7 +9,7 @@ struct auth_data_t { struct list_head entry; int proto; - int state; + int state; struct ppp_auth_handler_t *h; }; |