From 2f48232a6f2fcba1707aa772e571aced765aff91 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 16 Aug 2011 13:08:54 +0400 Subject: ppp: improved CCP/IPCP handling --- accel-pppd/auth/auth_mschap_v2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'accel-pppd/auth/auth_mschap_v2.c') diff --git a/accel-pppd/auth/auth_mschap_v2.c b/accel-pppd/auth/auth_mschap_v2.c index 07489513..ebcffb7a 100644 --- a/accel-pppd/auth/auth_mschap_v2.c +++ b/accel-pppd/auth/auth_mschap_v2.c @@ -541,8 +541,7 @@ static void set_mppe_keys(struct chap_auth_data_t *ad, uint8_t *z_hash, uint8_t struct ev_mppe_keys_t ev_mppe = { .ppp = ad->ppp, - .type = 1 << 2, - .policy = 1, + .policy = -1, .recv_key = recv_key, .send_key = send_key, }; -- cgit v1.2.3