From a0d2513be66cf7673a76063ba6078aeee550bcdc Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 12 May 2020 11:14:46 +0200 Subject: [PATCH] cmdmon: fix ntp_source_name declaration in request Fixes: 93f6358916ca ("cmdmon: add request to get source name") --- candm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candm.h b/candm.h index 9f58447..0b28d77 100644 --- a/candm.h +++ b/candm.h @@ -453,7 +453,7 @@ typedef struct { REQ_ReselectDistance reselect_distance; REQ_SmoothTime smoothtime; REQ_NTPData ntp_data; - REQ_NTPData ntp_source_name; + REQ_NTPSourceName ntp_source_name; } data; /* Command specific parameters */ /* Padding used to prevent traffic amplification. It only defines the