]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
I still believe that 0 == NULL, however this patch will make Santiago happy. :-)
authorOndrej Filip <feela@network.cz>
Thu, 14 Feb 2013 22:35:51 +0000 (23:35 +0100)
committerOndrej Filip <feela@network.cz>
Thu, 14 Feb 2013 22:35:51 +0000 (23:35 +0100)
nest/config.Y

index 75728e0d13372c19883a2402354e5b75d953dc12..07e1af313514c5d3db3d2a21e3afc83bfca7ab1b 100644 (file)
@@ -216,7 +216,7 @@ limit_spec:
      l->action = $2;
      $$ = l;
    }
- | OFF { $$ = 0; }
+ | OFF { $$ = NULL; }
  ;
 
 rtable: