Rename NOT_REACHED to OVS_NOT_REACHED
[cascardo/ovs.git] / lib / stp.c
index 8b9d26a..8140263 100644 (file)
--- a/lib/stp.c
+++ b/lib/stp.c
@@ -668,7 +668,7 @@ stp_state_name(enum stp_state state)
     case STP_BLOCKING:
         return "blocking";
     default:
-        NOT_REACHED();
+        OVS_NOT_REACHED();
     }
 }
 
@@ -709,7 +709,7 @@ stp_role_name(enum stp_role role)
     case STP_ROLE_DISABLED:
         return "disabled";
     default:
-        NOT_REACHED();
+        OVS_NOT_REACHED();
     }
 }