mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 16:45:06 -05:00
keys: fix determine_hash_delay() declaration
This commit is contained in:
2
keys.c
2
keys.c
@@ -142,7 +142,7 @@ KEY_Finalise(void)
|
|||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
determine_hash_delay(int key_id)
|
determine_hash_delay(unsigned long key_id)
|
||||||
{
|
{
|
||||||
NTP_Packet pkt;
|
NTP_Packet pkt;
|
||||||
struct timeval before, after;
|
struct timeval before, after;
|
||||||
|
|||||||
Reference in New Issue
Block a user