mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Fix uninitialised pointer.
Found by: Brian Sommers
This commit is contained in:
parent
8301794f59
commit
0069b9cb86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70931
@ -791,6 +791,7 @@ AAA
|
||||
printf("pppoe: Session not primed\n");
|
||||
LEAVE(EISCONN);
|
||||
}
|
||||
neg = sp->neg;
|
||||
neg->service.hdr.tag_type = PTT_SRV_NAME;
|
||||
neg->service.hdr.tag_len =
|
||||
htons((u_int16_t)ourmsg->data_len);
|
||||
|
Loading…
Reference in New Issue
Block a user