From e805f95b48749f41e73407481bb05831987705e1 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 10 Feb 2026 18:59:02 +0200 Subject: [PATCH] Fix regression --- bind8/bind8-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind8/bind8-lib.pl b/bind8/bind8-lib.pl index 6bf5ff4ad..8cf06ce01 100755 --- a/bind8/bind8-lib.pl +++ b/bind8/bind8-lib.pl @@ -3526,8 +3526,8 @@ else { "cd ".quotemeta($fn)." && ". "$config{'keygen'} -a ".quotemeta($alg). " -b ".quotemeta($size). - " -n ZONE -f KSK ".($flag || "")." - ".quotemeta($dom)." 2>&1"); + " -n ZONE -f KSK ".($flag || "")." ". + quotemeta($dom)." 2>&1"); kill('KILL', $pid) if ($pid); if ($?) { return $out;