diff options
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -217,6 +217,8 @@ int check_signature(snac *snac, char *req) | |||
| 217 | xs *err = NULL; | 217 | xs *err = NULL; |
| 218 | 218 | ||
| 219 | if ((ret = _check_signature(snac, req, &err)) == 0) { | 219 | if ((ret = _check_signature(snac, req, &err)) == 0) { |
| 220 | snac_debug(snac, 1, xs_fmt("check_signature %s", err)); | ||
| 221 | |||
| 220 | xs *ntid = tid(0); | 222 | xs *ntid = tid(0); |
| 221 | xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid); | 223 | xs *fn = xs_fmt("%s/error/check_signature_%s", srv_basedir, ntid); |
| 222 | FILE *f; | 224 | FILE *f; |