summaryrefslogtreecommitdiff
path: root/nest/config.Y
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2013-02-14 23:35:51 +0100
committerOndrej Filip <feela@network.cz>2013-02-14 23:35:51 +0100
commit9d969be5f2d867704e82bd7d6c8049623d50708f (patch)
tree527e44531e1f97bc1579f231448cb0ca5a29e2e3 /nest/config.Y
parent4c2abee74e64f64fba61aad6e2b66e3895820003 (diff)
I still believe that 0 == NULL, however this patch will make Santiago happy. :-)
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y2
1 files changed, 1 insertions, 1 deletions
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: