Rename NOT_REACHED to OVS_NOT_REACHED
[sliver-openvswitch.git] / utilities / ovs-ofctl.c
index c481210..c35e15b 100644 (file)
@@ -1539,7 +1539,7 @@ ofctl_monitor(int argc, char *argv[])
         case OFP13_VERSION:
             break;
         default:
-            NOT_REACHED();
+            OVS_NOT_REACHED();
         }
     }