]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
KRT: Fix trivial error
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 31 Aug 2016 12:02:41 +0000 (14:02 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 31 Aug 2016 12:02:41 +0000 (14:02 +0200)
sysdep/unix/krt.Y

index 2ef6e3c4c6b31454bbc205ff7c7761a8e01ecfa7..6fe39fa9be05be8253e963e964431e934fece013 100644 (file)
@@ -56,7 +56,7 @@ kern_item:
  | GRACEFUL RESTART bool { THIS_KRT->graceful_restart = $3; }
  | MERGE PATHS bool kern_mp_limit {
       THIS_KRT->merge_paths = $3 ? $4 : 0;
-#ifndef KRT_ALLOW_LEARN
+#ifndef KRT_ALLOW_MERGE_PATHS
       if ($3)
        cf_error("Path merging not supported on this platform");
 #endif