Commit f8e7012d73c39a4642bc0d3fb83136a2054d183e

Kano 2013-03-04T17:29:58

api.c fix MSG overlap

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index bb14105..f30a75e 100644
--- a/api.c
+++ b/api.c
@@ -398,7 +398,7 @@ static const char *JSON_PARAMETER = "parameter";
 #define MSG_HOTPLUG 100
 #define MSG_DISHPLG 101
 #define MSG_NOHPLG 102
-#define MSG_MISHPLG 102
+#define MSG_MISHPLG 103
 
 enum code_severity {
 	SEVERITY_ERR,