Fix a typo which was already fixed by eadler in r227489. We missed

to integrate this fix in our code base, so it was removed in r227755.

MFC after: 3 days.
This commit is contained in:
Michael Tuexen 2012-02-06 10:47:12 +00:00
parent 509b0c2039
commit f1cf024599

View File

@ -416,7 +416,7 @@ TAILQ_HEAD(sctpchunk_listhead, sctp_tmit_chunk);
#define CHUNK_FLAGS_PR_SCTP_BUF SCTP_PR_SCTP_BUF
#define CHUNK_FLAGS_PR_SCTP_RTX SCTP_PR_SCTP_RTX
/* The upper byte is used a a bit mask */
/* The upper byte is used as a bit mask */
#define CHUNK_FLAGS_FRAGMENT_OK 0x0100
struct chk_id {