aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-26 15:16:40 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-26 15:16:40 +0000
commit5c29a616d6a7c2665596bee83303ddc470eb703a (patch)
tree29f74564c5c5551635ed2bc0a3ecbb372d2ded14 /gtk/hostlist_table.c
parentd1fb7fab3aaab0cc4079a9c7cca6246e2880a4f0 (diff)
Added a missing break in hostlist_get_filter_name.
Coverity 481. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36348 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 67d705843d..ed17829421 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -157,6 +157,7 @@ hostlist_get_filter_name(address *addr, int specific_addr_type_val, int port_typ
default:
break;
}
+ break;
case FN_ANY_PORT:
switch(port_type_val){
case PT_TCP: