]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
nts: remove superfluous semicolon
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 23 May 2023 13:40:47 +0000 (15:40 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 25 May 2023 08:28:56 +0000 (10:28 +0200)
nts_ke_server.c

index 67cc3d4b1b291d92bab0305843bd5f37805d5f29..f786e86538cc789d4ce57f7b70009906c16a55d8 100644 (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: