Browse Source

api.c fix MSG overlap

Kano 13 years ago
parent
commit
f8e7012d73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
api.c

@@ -398,7 +398,7 @@ static const char *JSON_PARAMETER = "parameter";
 #define MSG_HOTPLUG 100
 #define MSG_HOTPLUG 100
 #define MSG_DISHPLG 101
 #define MSG_DISHPLG 101
 #define MSG_NOHPLG 102
 #define MSG_NOHPLG 102
-#define MSG_MISHPLG 102
+#define MSG_MISHPLG 103
 
 
 enum code_severity {
 enum code_severity {
 	SEVERITY_ERR,
 	SEVERITY_ERR,