gnah.. take3
This commit is contained in:
parent
a11374b80a
commit
035b4604ee
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) {
|
||||
sess_local[s].auth_type = atype;
|
||||
}
|
||||
strncpy(session_local[s].auth_name, authname, sizeof(session_local[s].auth_name) - 1);
|
||||
strncpy(sess_local[s].auth_name, authname, sizeof(sess_local[s].auth_name) - 1);
|
||||
|
||||
if (!sess_local[s].lcp_authtype)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue