summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index 54f1a4d..d8dcb3a 100644
--- a/html.c
+++ b/html.c
@@ -3064,6 +3064,8 @@ int html_post_handler(const xs_dict *req, const char *q_path,
3064 3064
3065 enqueue_message(&snac, u_msg); 3065 enqueue_message(&snac, u_msg);
3066 3066
3067 enqueue_verify_links(&snac);
3068
3067 status = 303; 3069 status = 303;
3068 } 3070 }
3069 else 3071 else