aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation.c b/epan/conversation.c
index f8d17afe28..093af59f2f 100644
--- a/epan/conversation.c
+++ b/epan/conversation.c
@@ -959,7 +959,7 @@ conversation_set_addr2(conversation_t *conv, const address *addr)
if (conv->options & NO_PORT2) {
conversation_remove_from_hashtable(conversation_hashtable_no_addr2_or_port2, conv);
} else {
- conversation_remove_from_hashtable(conversation_hashtable_no_port2, conv);
+ conversation_remove_from_hashtable(conversation_hashtable_no_addr2, conv);
}
// Shift our endpoint and, if needed, our port element over and set our address.