mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +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->action = $2;
|
||||||
$$ = l;
|
$$ = l;
|
||||||
}
|
}
|
||||||
| OFF { $$ = 0; }
|
| OFF { $$ = NULL; }
|
||||||
;
|
;
|
||||||
|
|
||||||
rtable:
|
rtable:
|
||||||
|
Loading…
Reference in New Issue
Block a user