about summary refs log tree commit diff stats
path: root/ui-clone.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-clone.c')
-rw-r--r--ui-clone.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui-clone.c b/ui-clone.c index a4ffd6e..50569d6 100644 --- a/ui-clone.c +++ b/ui-clone.c
@@ -71,8 +71,10 @@ static void send_file(char *path)
71 71
72void cgit_clone_info(void) 72void cgit_clone_info(void)
73{ 73{
74 if (!ctx.qry.path || strcmp(ctx.qry.path, "refs")) 74 if (!ctx.qry.path || strcmp(ctx.qry.path, "refs")) {
75 html_status(400, "Bad request", 0);
75 return; 76 return;
77 }
76 78
77 ctx.page.mimetype = "text/plain"; 79 ctx.page.mimetype = "text/plain";
78 ctx.page.filename = "info/refs"; 80 ctx.page.filename = "info/refs";