diff options
-rw-r--r-- | ui-snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-snapshot.c b/ui-snapshot.c index ea77eb4..cb34f4b 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c | |||
@@ -119,6 +119,7 @@ static int make_snapshot(const struct cgit_snapshot_format *format, | |||
119 | cgit_print_error("Not a commit reference: %s", hex); | 119 | cgit_print_error("Not a commit reference: %s", hex); |
120 | return 1; | 120 | return 1; |
121 | } | 121 | } |
122 | ctx.page.etag = sha1_to_hex(sha1); | ||
122 | ctx.page.mimetype = xstrdup(format->mimetype); | 123 | ctx.page.mimetype = xstrdup(format->mimetype); |
123 | ctx.page.filename = xstrdup(filename); | 124 | ctx.page.filename = xstrdup(filename); |
124 | cgit_print_http_headers(); | 125 | cgit_print_http_headers(); |