mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 18:25:06 -05:00
nts: define type for credentials
Add a NKSN_Credentials type to avoid referring to it as void *.
This commit is contained in:
@@ -162,7 +162,7 @@ check_finished(void *arg)
|
||||
void
|
||||
test_unit(void)
|
||||
{
|
||||
void *client_cred, *server_cred;
|
||||
NKSN_Credentials client_cred, server_cred;
|
||||
int sock_fds[2], i;
|
||||
|
||||
LCL_Initialise();
|
||||
|
||||
Reference in New Issue
Block a user