aboutsummaryrefslogtreecommitdiffstats
path: root/common/tlv-builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tlv-builder.c')
-rw-r--r--common/tlv-builder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tlv-builder.c b/common/tlv-builder.c
index 3b644ca24..59e2691e0 100644
--- a/common/tlv-builder.c
+++ b/common/tlv-builder.c
@@ -350,6 +350,7 @@ get_tlv_length (int class, int tag, int constructed, size_t length)
(void)constructed; /* Not used, but passed for uniformity of such calls. */
+ /* coverity[identical_branches] */
if (tag < 0x1f)
{
buflen++;