diff options
author | default <nobody@localhost> | 2022-10-11 09:01:48 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-11 09:01:48 +0200 |
commit | e2a410ca51fdec964b8584939c039f9a813f79e4 (patch) | |
tree | 9ccd0e9414885ccf4f1304bbd8e6187ff4e7cf56 | |
parent | 7a743f584e7f8a722e6be3c60173848db2646b0f (diff) |
Deleted useless code.
-rw-r--r-- | html.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -717,15 +717,12 @@ d_char *html_timeline(snac *snac, char *list, int local) int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype) { - int status; + int status = 404; snac snac; char *uid, *p_path; int cache = 1; char *v; - status = 404; - *ctype = NULL; - xs *l = xs_split_n(q_path, "/", 2); uid = xs_list_get(l, 1); |