summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-11 09:01:48 +0200
committerdefault <nobody@localhost>2022-10-11 09:01:48 +0200
commite2a410ca51fdec964b8584939c039f9a813f79e4 (patch)
tree9ccd0e9414885ccf4f1304bbd8e6187ff4e7cf56
parent7a743f584e7f8a722e6be3c60173848db2646b0f (diff)
Deleted useless code.
-rw-r--r--html.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/html.c b/html.c
index b6f6b4b..a17160f 100644
--- a/html.c
+++ b/html.c
@@ -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);