summaryrefslogtreecommitdiffstats
path: root/sbin/atm/ilmid
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-26 04:02:51 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-26 04:02:51 +0000
commitd505774b057620168a1865384dc192b9f04ed518 (patch)
treeb3264a555f5c95cd460dee0f196ce418ad81c5e7 /sbin/atm/ilmid
parentb16324e722e525519c8428c70f46f6d0b18b9bc1 (diff)
downloadFreeBSD-src-d505774b057620168a1865384dc192b9f04ed518.zip
FreeBSD-src-d505774b057620168a1865384dc192b9f04ed518.tar.gz
asn_get_encoded() takes 2 arguments.
Diffstat (limited to 'sbin/atm/ilmid')
-rw-r--r--sbin/atm/ilmid/ilmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index c69a85a..4f94f74 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -767,7 +767,7 @@ asn_get_octet ( bufp, octet, plen )
* &i is really a dummy value here as we don't keep track
* of the ongoing buffer length
*/
- len = asn_get_encoded ( &bp, &i, plen );
+ len = asn_get_encoded ( &bp, &i );
for ( i = 0; i < len; i++ ) {
*octet++ = *bp++;
OpenPOWER on IntegriCloud