Fix uninitialised pointer.

Found by: Brian Sommers
This commit is contained in:
julian 2001-01-11 15:42:22 +00:00
parent 6131d591ef
commit 077abe8f38

View File

@ -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);