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