aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 22:10:01 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 22:10:01 +0000
commitf1c661f9ac8f056c29600f449adbf05895486deb (patch)
treea4ed82f7d177bc20874f2c4a8912b96fe4950b14 /sbin/atm
parent86dc60e032cb1b92c2aab3d779792a6c1e3adfe6 (diff)
downloadsrc-f1c661f9ac8f056c29600f449adbf05895486deb.tar.gz
src-f1c661f9ac8f056c29600f449adbf05895486deb.zip
Set pdu->pdulen in build_pdu().
Notes
Notes: svn path=/head/; revision=112640
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/ilmid/ilmid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index 2ee90de5623e..a3de70d4978e 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -1406,6 +1406,7 @@ build_pdu ( hdr, type )
Resp_Buf[0] = pdulen;
hdr->pdutype = type;
+ hdr->pdulen = pdulen;
return;
}