Browse Source

[megatec] change model name RTMP I -> RTMP-I

balbekova 4 years ago
parent
commit
426eb0c234
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/MegaTec/megatec.c

+ 2 - 2
modules/MegaTec/megatec.c

@@ -427,10 +427,10 @@ void ups_info_response(char *data)
         }
     } else {
         if (UPS.model[0] == 0) {
-            strcpy(UPS.model, "RTMP II");
+            strcpy(UPS.model, "RTMP-II");
             SNMP_SetObjDescr();
         } else {
-            strcpy(UPS.model, "RTMP II");
+            strcpy(UPS.model, "RTMP-II");
         }
     }
     data += (KSTAR_MODEL_LENGTH + 1);