nts: remove superfluous semicolon
This commit is contained in:
parent
81bf7cdcdc
commit
c80858f738
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue