From: Otto Moerbeek Date: Wed, 11 Feb 2026 12:15:03 +0000 (+0100) Subject: Process review comments from Miod X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0623767f7576017e95dd2e290ba12a5875291630;p=thirdparty%2Fpdns.git Process review comments from Miod Signed-off-by: Otto Moerbeek --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index 05da556265..2260a035ca 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -2218,7 +2218,6 @@ nodelegated NODENIAL nodist nodnssec -NODNSTAPTESTS nodot nodownstream nodyndns diff --git a/pdns/recursordist/rec-rust-lib/rust/src/misc.rs b/pdns/recursordist/rec-rust-lib/rust/src/misc.rs index 7fe8ff6a07..a4956b052f 100644 --- a/pdns/recursordist/rec-rust-lib/rust/src/misc.rs +++ b/pdns/recursordist/rec-rust-lib/rust/src/misc.rs @@ -74,6 +74,7 @@ pub mod rustmisc { pub fn rust_features() -> String { #![allow(unused_mut)] let mut ret = String::from(""); + // features appended below should start with a space #[cfg(feature = "pkcs12")] ret.push_str(" pkcs12"); ret