Revision 6735f23a
Added by Erik Fonnesbeck about 15 years ago
etc/inc/filter.inc | ||
---|---|---|
852 | 852 |
$reflect_protos = array($rule['protocol']); |
853 | 853 |
break; |
854 | 854 |
default: |
855 |
$reflect_protos = array();
|
|
855 |
return "";
|
|
856 | 856 |
break; |
857 | 857 |
} |
858 | 858 |
|
Also available in: Unified diff
Return if not a supported protocol for reflection.