From 8e41f785c45d5fb6c81a4e2341a1bb3dc95ac0c9 Mon Sep 17 00:00:00 2001
From: Michael Tuexen <tuexen@fh-muenster.de>
Date: Sat, 8 Dec 2018 15:05:32 +0100
Subject: [PATCH] ids instead of types for HMAC_ALGO parameter.

---
 gtests/net/packetdrill/sctp_chunk_to_string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtests/net/packetdrill/sctp_chunk_to_string.c b/gtests/net/packetdrill/sctp_chunk_to_string.c
index bc506308..4776924c 100644
--- a/gtests/net/packetdrill/sctp_chunk_to_string.c
+++ b/gtests/net/packetdrill/sctp_chunk_to_string.c
@@ -529,7 +529,7 @@ static int sctp_hmac_algo_parameter_to_string(
 	nr_hmac_algos =
 		(length - sizeof(struct sctp_hmac_algo_parameter))
 		/ sizeof(u16);
-	fputs("HMAC_ALGO[types=[", s);
+	fputs("HMAC_ALGO[ids=[", s);
 	for (i = 0; i < nr_hmac_algos; i++) {
 		if (i > 0)
 			fputs(", ", s);
-- 
GitLab