Change CMDPORT type from string to uint
This commit is contained in:
parent
b4ec470e2f
commit
2737e23369
@ -286,7 +286,7 @@ type REDEV struct {
|
||||
USER string // Имя пользователя
|
||||
PWD string // Пароль
|
||||
URL string // ???
|
||||
CMDPORT string // ???
|
||||
CMDPORT uint // ???
|
||||
}
|
||||
|
||||
// 7.29
|
||||
|
Loading…
Reference in New Issue
Block a user