X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5632ba35d133ee29d46c031cdd4b4a37097b8ca1..eb14609dc46461728a065c0a243b338fc32fd762:/cgit.c diff --git a/cgit.c b/cgit.c index c82587b..6e5215e 100644 --- a/cgit.c +++ b/cgit.c @@ -289,7 +289,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);