mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 19:55:07 -05:00
test: fix compiler warning in ntp unit test
This commit is contained in:
@@ -137,8 +137,8 @@ static void
|
||||
send_response(int interleaved, int authenticated, int allow_update, int valid_ts, int valid_auth)
|
||||
{
|
||||
NTP_Packet *req, *res;
|
||||
uint32_t key_id = 0;
|
||||
int auth_len = 0;
|
||||
uint32_t key_id;
|
||||
|
||||
req = &req_buffer;
|
||||
res = &res_buffer;
|
||||
|
||||
Reference in New Issue
Block a user