summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
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)
213error: 213error:
214 { 214 {
215 xs *ntid = tid(0); 215 xs *ntid = tid(0);
216 xs *fn = xs_fmt("%s/error/check_signature_%s.json", snac->basedir, ntid); 216 xs *fn = xs_fmt("%s/error/check_signature_%s.json", srv_basedir, ntid);
217 FILE *f; 217 FILE *f;
218 218
219 if ((f = fopen(fn, "w")) != NULL) { 219 if ((f = fopen(fn, "w")) != NULL) {