summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2012-05-04 09:19:18 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-04 09:19:18 -0700
commitc7a6056e3ac5111238ed1061d0c2a18f3febcd53 (patch)
tree8052be9310d1e24ea58d416969496fe5a385de45
parentfba8fdc6c588873aa944d7aa79b2f12ade78566a (diff)
parent15b085f8d06b2b579e0cf30f8a57f9d15d50f2b9 (diff)
downloadmtpd-c7a6056e3ac5111238ed1061d0c2a18f3febcd53.tar.gz
am 15b085f8: Merge "Fix issue that VPN connection fail when L2TP secret enable"tools_r21
* commit '15b085f8d06b2b579e0cf30f8a57f9d15d50f2b9': Fix issue that VPN connection fail when L2TP secret enable
-rw-r--r--l2tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/l2tp.c b/l2tp.c
index 8a58b1a..47d33ce 100644
--- a/l2tp.c
+++ b/l2tp.c
@@ -429,8 +429,8 @@ static int l2tp_process()
log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
"Sending SCCCN", remote_tunnel);
state = SCCCN;
- answer_challenge();
set_message(0, SCCCN);
+ answer_challenge();
break;
}
log_print(DEBUG, "Received SCCRP without %s", tunnel ?