Added a missing break in hostlist_get_filter_name.

Coverity 481.

svn path=/trunk/; revision=36348
This commit is contained in:
Stig Bjørlykke 2011-03-26 15:16:40 +00:00
parent ab3fbb4d31
commit 43cba80324
1 changed files with 1 additions and 0 deletions

View File

@ -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: