From 1f949b48cf577a84402ab9c4cea9b94e168de861 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 8 Jan 2023 10:04:01 +0100 Subject: [PATCH] Move the ~/error directory to where it belongs. --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 18c4e47..1b9fc71 100644 --- a/http.c +++ b/http.c @@ -213,7 +213,7 @@ int check_signature(snac *snac, char *req) error: { xs *ntid = tid(0); - xs *fn = xs_fmt("%s/error/check_signature_%s.json", snac->basedir, ntid); + xs *fn = xs_fmt("%s/error/check_signature_%s.json", srv_basedir, ntid); FILE *f; if ((f = fopen(fn, "w")) != NULL) {