diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2007-04-20 08:44:40 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2007-04-20 08:44:40 +0000 |
| commit | e07c5170e1716103ac2528a4fad15d31f10e82bd (patch) | |
| tree | e5a7f7429c3c180e5608286c1ae650385b6872f0 | |
| parent | ccffcb51476122f19a04c7733e3fa79dfbf6ec89 (diff) | |
Notes
| -rw-r--r-- | sys/netgraph/ng_ppp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c index 25416e7d70f1..5d447a08b678 100644 --- a/sys/netgraph/ng_ppp.c +++ b/sys/netgraph/ng_ppp.c @@ -1946,6 +1946,7 @@ deliver: NG_FREE_M(m); return (ENOMEM); } + m_tag_copy_chain(n, m, M_DONTWAIT); m = n; } |
