summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2012-05-03 19:01:54 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-03 19:01:54 -0700
commit15b085f8d06b2b579e0cf30f8a57f9d15d50f2b9 (patch)
tree1e98d440556e3e50166e8096bbb05f217427942b
parent35c31502e9811c7ecd430a89f2b3ae03ca7d277a (diff)
parent440221128bf7a17d788be5caeefb0e7e1c89e95a (diff)
downloadmtpd-tools_r20.tar.gz
Merge "Fix issue that VPN connection fail when L2TP secret enable"android-sdk-adt_r20tools_r20ics-plus-aosp
-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 ?