X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/720b6ece90900df9f836a45d8e7f1cd56f62400a..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);