diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-26 04:02:51 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-26 04:02:51 +0000 |
| commit | 2dc4ca43ecc1cfce6e202895f197c25e66abacf7 (patch) | |
| tree | b3264a555f5c95cd460dee0f196ce418ad81c5e7 | |
| parent | cc3521d66055ed9c5cc720613a3f0e84589a4abe (diff) | |
Notes
| -rw-r--r-- | sbin/atm/ilmid/ilmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index c69a85ad60753..4f94f74c9d5d9 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++; |
