Update port state strings.

Update the order of the strings to reflect the changes made by commit
f530ae9333.

Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
master
Miroslav Lichvar 2013-02-07 20:03:10 +01:00 committed by Richard Cochran
parent 9e7517a31a
commit 5e22865728
1 changed files with 1 additions and 1 deletions

2
util.c
View File

@ -30,10 +30,10 @@ char *ps_str[] = {
"LISTENING", "LISTENING",
"PRE_MASTER", "PRE_MASTER",
"MASTER", "MASTER",
"GRAND_MASTER",
"PASSIVE", "PASSIVE",
"UNCALIBRATED", "UNCALIBRATED",
"SLAVE", "SLAVE",
"GRAND_MASTER",
}; };
char *ev_str[] = { char *ev_str[] = {