mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 22:25:07 -05:00
nts: remove superfluous semicolon
This commit is contained in:
@@ -448,7 +448,7 @@ process_request(NKSN_Instance session)
|
|||||||
aead_algorithm_values++;
|
aead_algorithm_values++;
|
||||||
/* Use the first supported algorithm */
|
/* Use the first supported algorithm */
|
||||||
if (aead_algorithm < 0 && SIV_GetKeyLength(ntohs(data[i])) > 0)
|
if (aead_algorithm < 0 && SIV_GetKeyLength(ntohs(data[i])) > 0)
|
||||||
aead_algorithm = ntohs(data[i]);;
|
aead_algorithm = ntohs(data[i]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NKE_RECORD_ERROR:
|
case NKE_RECORD_ERROR:
|
||||||
|
|||||||
Reference in New Issue
Block a user