diff options
| author | 2022-09-27 10:51:50 +0200 | |
|---|---|---|
| committer | 2022-09-27 10:51:57 +0200 | |
| commit | 4f3b70d9979b22cfc1a789b14602a12ee5c896c7 (patch) | |
| tree | 289541acdb3fa7b38783a2e3ce9f10047ea05e05 /httpd.c | |
| parent | Fixed bug in xs_replace_i(). (diff) | |
| download | penes-snac2-4f3b70d9979b22cfc1a789b14602a12ee5c896c7.tar.gz penes-snac2-4f3b70d9979b22cfc1a789b14602a12ee5c896c7.tar.xz penes-snac2-4f3b70d9979b22cfc1a789b14602a12ee5c896c7.zip | |
More work in not_really_markdown().
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -79,6 +79,9 @@ int server_get_handler(d_char *req, char *q_path, | |||
| 79 | *ctype = "image/png"; | 79 | *ctype = "image/png"; |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | if (status != 0) | ||
| 83 | srv_debug(1, xs_fmt("server_get_handler '%s' %d", q_path, status)); | ||
| 84 | |||
| 82 | return status; | 85 | return status; |
| 83 | } | 86 | } |
| 84 | 87 | ||