Derp.. wrong struct
This commit is contained in:
parent
088d44a572
commit
a11374b80a
1 changed files with 1 additions and 1 deletions
2
l2tpns.c
2
l2tpns.c
|
|
@ -5083,7 +5083,7 @@ void processudp(uint8_t *buf, int len, struct sockaddr_in *addr, uint16_t indexu
|
||||||
if (atype != 0) {
|
if (atype != 0) {
|
||||||
sess_local[s].auth_type = atype;
|
sess_local[s].auth_type = atype;
|
||||||
}
|
}
|
||||||
strncpy(session[s].auth_name, authname, sizeof(session[s].auth_name) - 1);
|
strncpy(session_local[s].auth_name, authname, sizeof(session_local[s].auth_name) - 1);
|
||||||
|
|
||||||
if (!sess_local[s].lcp_authtype)
|
if (!sess_local[s].lcp_authtype)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue