tweak to last commit

This commit is contained in:
Anthony Minessale
2011-10-18 12:56:54 -05:00
parent f0b52ef7f0
commit 25329545a1
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1298,7 +1298,7 @@ static char *translate_rpid(char *in)
}
if (!strcasecmp(in, "idle")) {
r = "online";
r = "busy";
}
end: