mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Move the ~/error directory to where it belongs.
This commit is contained in:
parent
448c4ad7a2
commit
1f949b48cf
1 changed files with 1 additions and 1 deletions
2
http.c
2
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) {
|
||||
|
|
Loading…
Reference in a new issue