From: Ian Jackson Date: Thu, 30 Dec 2021 00:54:36 +0000 (+0000) Subject: test-example/common.conf: Fix a reference to the sites file X-Git-Tag: v0.6.2~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=817ead35aab778155cb5efd884eb7154104e628f;p=secnet.git test-example/common.conf: Fix a reference to the sites file Signed-off-by: Ian Jackson --- diff --git a/test-example/common.conf b/test-example/common.conf index 8fefad6..9306d35 100644 --- a/test-example/common.conf +++ b/test-example/common.conf @@ -11,4 +11,4 @@ log-events "all"; random randomfile("/dev/urandom",no); transform eax-serpent { }, serpent256-cbc { }; include test-example/sites.conf -sites map(site,vpn/test-example/all-sites); +sites map(site,vpn/Vtest-example/all-sites);