Correct a comment.

Submitted by:	 Richard Hodges <rh@matriplex.com>
This commit is contained in:
Matthew N. Dodd 2003-03-25 20:25:05 +00:00
parent beeb9061d9
commit a5454382a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112637

View File

@ -1264,7 +1264,7 @@ build_pdu ( hdr, type )
/* Error Index */
*bp++ = ASN_INTEGER;
*bp++ = 0x01; /* length = 1 */
*bp++ = erridx; /* index - 0 if no error */
*bp++ = erridx; /* index == 0 if no error */
} else {
/* type == PDU_TYPE_TRAP */