cmdmon: change name fields to unsigned type

This commit is contained in:
Miroslav Lichvar
2020-08-17 16:27:54 +02:00
parent 97a8b1e43b
commit 2127f63961
2 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ typedef struct {
typedef struct {
uint32_t type;
int8_t name[256];
uint8_t name[256];
uint32_t port;
int32_t minpoll;
int32_t maxpoll;
@@ -732,7 +732,7 @@ typedef struct {
} RPY_NTPData;
typedef struct {
int8_t name[256];
uint8_t name[256];
int32_t EOR;
} RPY_NTPSourceName;