diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-01-11 15:42:22 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-01-11 15:42:22 +0000 |
| commit | 0069b9cb86a1774f068f615ab1bdfce73a96aff4 (patch) | |
| tree | 898ec1b6c02951504bbb55432fd196b27c7cae0c | |
| parent | 8301794f59d20e1ae194cde7e79a8b860d50b453 (diff) | |
Notes
| -rw-r--r-- | sys/netgraph/ng_pppoe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 0c93f8566eb1..77e96688cd8e 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -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); |
