2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-30 22:05:08 +00:00

Merge branch 'stable'

This commit is contained in:
Lars Hjemli
2009-01-11 22:00:25 +01:00
2 changed files with 6 additions and 2 deletions

1
cgit.c
View File

@@ -293,7 +293,6 @@ static void process_request(void *cbdata)
cmd = cgit_get_cmd(ctx);
if (!cmd) {
ctx->page.title = "cgit error";
ctx->repo = NULL;
cgit_print_http_headers(ctx);
cgit_print_docstart(ctx);
cgit_print_pageheader(ctx);