From 5e228657282bfcf15d1b285ef1f1ffe5b3052f4e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 7 Feb 2013 20:03:10 +0100 Subject: [PATCH] Update port state strings. Update the order of the strings to reflect the changes made by commit f530ae93331f878afdeb611bffce85b99f6636fb. Signed-off-by: Miroslav Lichvar --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index cb8db61..57e9fbe 100644 --- a/util.c +++ b/util.c @@ -30,10 +30,10 @@ char *ps_str[] = { "LISTENING", "PRE_MASTER", "MASTER", - "GRAND_MASTER", "PASSIVE", "UNCALIBRATED", "SLAVE", + "GRAND_MASTER", }; char *ev_str[] = {