]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3793] Typo2
authorFrancis Dupont <fdupont@isc.org>
Wed, 19 Mar 2025 09:48:41 +0000 (10:48 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 20 Mar 2025 13:13:06 +0000 (14:13 +0100)
meson.build

index f24dbc53c39bb2a996aae34a4d5827ae296b8304..8eac4eacce94ca12e535079038eabe5aa5c8596d 100644 (file)
@@ -333,7 +333,7 @@ if CRYPTO_DEP.name() == openssl.name()
         name: 'HAVE_STREAM_TRUNCATED_ERROR',
         dependencies: [boost_dep, CRYPTO_DEP, threads_dep],
     )
-    if return1.returncode() != 0 or return2.returncode()
+    if return1.returncode() != 0 or return2.returncode() != 0
         error('Boost TLS support broken.')
     endif
 endif