nts: remove superfluous semicolon

This commit is contained in:
Miroslav Lichvar 2023-05-23 15:40:47 +02:00
parent 81bf7cdcdc
commit c80858f738

View file

@ -448,7 +448,7 @@ process_request(NKSN_Instance session)
aead_algorithm_values++;
/* Use the first supported algorithm */
if (aead_algorithm < 0 && SIV_GetKeyLength(ntohs(data[i])) > 0)
aead_algorithm = ntohs(data[i]);;
aead_algorithm = ntohs(data[i]);
}
break;
case NKE_RECORD_ERROR: