提交 eb5d6d99 编写于 作者: D Dmitry Kozlov

ipoe: fixed authentication with chap-secrets

上级 a836c882
......@@ -633,7 +633,7 @@ static void ipoe_session_start(struct ipoe_session *ses)
return;
if (r == PWDB_NO_IMPL) {
passwd = pwdb_get_passwd(&ses->ses, ses->ses.username);
passwd = pwdb_get_passwd(&ses->ses, username);
if (!passwd)
r = PWDB_DENIED;
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册