From 71e7bb364b61162c5a5d06ce29824868f07d4a45 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 16 Jun 2022 20:04:25 -0700 Subject: [PATCH] construct: Ensure nobackfill when -wa (i.e. -single / -safe). --- construct/construct.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/construct/construct.cc b/construct/construct.cc index 1c6ded3c1..85bba622a 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -524,7 +524,10 @@ applyargs() } if(write_avoid) + { ircd::write_avoid.set("true"); + nobackfill = true; + } if(debugmode) ircd::debugmode.set("true");