mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Log check_signature() errors.
This commit is contained in:
parent
d4e7df4c21
commit
f5ac531c92
1 changed files with 2 additions and 0 deletions
2
http.c
2
http.c
|
@ -217,6 +217,8 @@ int check_signature(snac *snac, char *req)
|
||||||
xs *err = NULL;
|
xs *err = NULL;
|
||||||
|
|
||||||
if ((ret = _check_signature(snac, req, &err)) == 0) {
|
if ((ret = _check_signature(snac, req, &err)) == 0) {
|
||||||
|
snac_debug(snac, 1, xs_fmt("check_signature %s", err));
|
||||||
|
|
||||||
xs *ntid = tid(0);
|
xs *ntid = tid(0);
|
||||||
xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid);
|
xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid);
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
Loading…
Reference in a new issue