about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
authorLars Hjemli2009-01-11 22:00:25 +0100
committerLars Hjemli2009-01-11 22:00:25 +0100
commit31665579c2779669c0cc56b8eb63f162b7e165df (patch)
treeb1d7ed4cd04699d3f978950e09c1218944926175 /cgit.c
parentMake all tags viewable (diff)
parentAvoid SEGFAULT on invalid requests (diff)
downloadcgit-31665579c2779669c0cc56b8eb63f162b7e165df.tar.gz
cgit-31665579c2779669c0cc56b8eb63f162b7e165df.zip
Merge branch 'stable'
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index d1cee58..f35f605 100644 --- a/cgit.c +++ b/cgit.c
@@ -293,7 +293,6 @@ static void process_request(void *cbdata)
293 cmd = cgit_get_cmd(ctx); 293 cmd = cgit_get_cmd(ctx);
294 if (!cmd) { 294 if (!cmd) {
295 ctx->page.title = "cgit error"; 295 ctx->page.title = "cgit error";
296 ctx->repo = NULL;
297 cgit_print_http_headers(ctx); 296 cgit_print_http_headers(ctx);
298 cgit_print_docstart(ctx); 297 cgit_print_docstart(ctx);
299 cgit_print_pageheader(ctx); 298 cgit_print_pageheader(ctx);