From 9d969be5f2d867704e82bd7d6c8049623d50708f Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 14 Feb 2013 23:35:51 +0100 Subject: [PATCH] I still believe that 0 == NULL, however this patch will make Santiago happy. :-) --- nest/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest/config.Y b/nest/config.Y index 75728e0d..07e1af31 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -216,7 +216,7 @@ limit_spec: l->action = $2; $$ = l; } - | OFF { $$ = 0; } + | OFF { $$ = NULL; } ; rtable: