Allow
case net { 62.0.0.0/8+: 10.0.0.0/8+: else: reject; }
This commit is contained in:
parent
1895e81e05
commit
1877dab217
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
*
|
||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||
*
|
||||
FIXME: priority of ! should be lower
|
||||
*/
|
||||
|
||||
CF_HDR
|
||||
|
|
|
@ -579,8 +579,7 @@ interpret(struct f_inst *what)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (!t->data)
|
||||
bug( "Impossible: no code associated!" );
|
||||
/* It is actually possible to have t->data NULL */
|
||||
return interpret(t->data);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue