mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 18:18:42 +00:00
ui-shared: redirect should not exit early for cache
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
09a3aa5ae7
commit
e9cbdf6463
@ -702,7 +702,6 @@ void cgit_redirect(const char *url, bool permanent)
|
|||||||
html("Location: ");
|
html("Location: ");
|
||||||
html_url_path(url);
|
html_url_path(url);
|
||||||
html("\n\n");
|
html("\n\n");
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void print_rel_vcs_link(const char *url)
|
static void print_rel_vcs_link(const char *url)
|
||||||
|
Loading…
Reference in New Issue
Block a user