mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Log check_signature() errors.
This commit is contained in:
parent
d4e7df4c21
commit
f5ac531c92
2
http.c
2
http.c
@ -217,6 +217,8 @@ int check_signature(snac *snac, char *req)
|
||||
xs *err = NULL;
|
||||
|
||||
if ((ret = _check_signature(snac, req, &err)) == 0) {
|
||||
snac_debug(snac, 1, xs_fmt("check_signature %s", err));
|
||||
|
||||
xs *ntid = tid(0);
|
||||
xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid);
|
||||
FILE *f;
|
||||
|
Loading…
Reference in New Issue
Block a user