case net {
                       62.0.0.0/8+:
                       10.0.0.0/8+:
                       else: reject;
               }
This commit is contained in:
Pavel Machek 2000-06-01 08:34:30 +00:00
parent 1895e81e05
commit 1877dab217
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,7 @@
* *
* Can be freely distributed and used under the terms of the GNU GPL. * Can be freely distributed and used under the terms of the GNU GPL.
* *
FIXME: priority of ! should be lower
*/ */
CF_HDR CF_HDR

View file

@ -579,8 +579,7 @@ interpret(struct f_inst *what)
break; break;
} }
} }
if (!t->data) /* It is actually possible to have t->data NULL */
bug( "Impossible: no code associated!" );
return interpret(t->data); return interpret(t->data);
} }
break; break;