test: fix compiler warning in ntp unit test
This commit is contained in:
parent
4993c35e11
commit
32fb8d41ca
1 changed files with 1 additions and 1 deletions
|
@ -137,8 +137,8 @@ static void
|
||||||
send_response(int interleaved, int authenticated, int allow_update, int valid_ts, int valid_auth)
|
send_response(int interleaved, int authenticated, int allow_update, int valid_ts, int valid_auth)
|
||||||
{
|
{
|
||||||
NTP_Packet *req, *res;
|
NTP_Packet *req, *res;
|
||||||
|
uint32_t key_id = 0;
|
||||||
int auth_len = 0;
|
int auth_len = 0;
|
||||||
uint32_t key_id;
|
|
||||||
|
|
||||||
req = &req_buffer;
|
req = &req_buffer;
|
||||||
res = &res_buffer;
|
res = &res_buffer;
|
||||||
|
|
Loading…
Reference in a new issue