mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 08:15:06 -05:00
cmdmon: change name fields to unsigned type
This commit is contained in:
4
candm.h
4
candm.h
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user