mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
I still believe that 0 == NULL, however this patch will make Santiago happy. :-)
This commit is contained in:
parent
4c2abee74e
commit
9d969be5f2
@ -216,7 +216,7 @@ limit_spec:
|
||||
l->action = $2;
|
||||
$$ = l;
|
||||
}
|
||||
| OFF { $$ = 0; }
|
||||
| OFF { $$ = NULL; }
|
||||
;
|
||||
|
||||
rtable:
|
||||
|
Loading…
Reference in New Issue
Block a user