From bea38bd71aa5f3a4f6a407afe8079a6f0873933d Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Mon, 2 Mar 2009 09:46:10 +0000 Subject: [PATCH] --- yaml --- r: 135033 b: refs/heads/master c: 906f8257eedf64c9f4da0adfacca76d06d8e8cb0 h: refs/heads/master i: 135031: b4e60220189b32a1bfd77f26427b4ffbfb9054c3 v: v3 --- [refs] | 2 +- trunk/net/sctp/debug.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8a9db5599e79..5ec06e6be438 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bcc2cb3b97e37317c301309d7052bb61e6cce2c4 +refs/heads/master: 906f8257eedf64c9f4da0adfacca76d06d8e8cb0 diff --git a/trunk/net/sctp/debug.c b/trunk/net/sctp/debug.c index 67715f4eb849..7ff548a30cfb 100644 --- a/trunk/net/sctp/debug.c +++ b/trunk/net/sctp/debug.c @@ -86,6 +86,9 @@ const char *sctp_cname(const sctp_subtype_t cid) case SCTP_CID_FWD_TSN: return "FWD_TSN"; + case SCTP_CID_AUTH: + return "AUTH"; + default: break; } @@ -135,6 +138,7 @@ static const char *sctp_primitive_tbl[SCTP_NUM_PRIMITIVE_TYPES] = { "PRIMITIVE_ABORT", "PRIMITIVE_SEND", "PRIMITIVE_REQUESTHEARTBEAT", + "PRIMITIVE_ASCONF", }; /* Lookup primitive debug name. */