aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-corosync-totemnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-corosync-totemnet.c')
-rw-r--r--epan/dissectors/packet-corosync-totemnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-corosync-totemnet.c b/epan/dissectors/packet-corosync-totemnet.c
index ba400dc0fb..94e09d054e 100644
--- a/epan/dissectors/packet-corosync-totemnet.c
+++ b/epan/dissectors/packet-corosync-totemnet.c
@@ -279,7 +279,7 @@ dissect_corosynec_totemnet_with_decryption(tvbuff_t *tvb,
memset(private_key, 0, sizeof(private_key));
private_key_len = (strlen(key_for_trial)+4) & 0xFC;
- g_strlcpy(private_key, key_for_trial, private_key_len);
+ (void) g_strlcpy(private_key, key_for_trial, private_key_len);
/*
* Generate MAC, CIPHER, IV keys from private key