diff options
author | Ondrej Filip <feela@network.cz> | 2013-02-14 23:35:51 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2013-02-14 23:35:51 +0100 |
commit | 9d969be5f2d867704e82bd7d6c8049623d50708f (patch) | |
tree | 527e44531e1f97bc1579f231448cb0ca5a29e2e3 /nest/config.Y | |
parent | 4c2abee74e64f64fba61aad6e2b66e3895820003 (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.Y | 2 |
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: |