Merge branch 'stable'

This commit is contained in:
Lars Hjemli 2009-01-11 22:00:25 +01:00
commit 31665579c2
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);