commit 1a0f5bbdea655a0229af59d381238334409b1084 from: Tracey Emery date: Wed Feb 19 16:46:02 2020 UTC whitespace, remove unneeded jump commit - ff4bb25f1fc4f450c6c613b413e3c092f48d214d commit + 1a0f5bbdea655a0229af59d381238334409b1084 blob - 0b4134eaa650c1462c92dd64a665c42c569b4120 blob + de469c2ce80df6348dad32f9897849d37e202c29 --- gotweb/gotweb.c +++ gotweb/gotweb.c @@ -796,7 +796,6 @@ gw_index(struct gw_trans *gw_trans) if (kerr != KCGI_OK) goto done; - if (asprintf(&href_tags, "?path=%s&action=tags", gw_dir->name) == -1) { error = got_error_from_errno("asprintf"); @@ -3332,8 +3331,6 @@ gw_output_repo_tags(struct gw_trans *gw_trans, struct if (kerr != KCGI_OK) goto done; kerr = khtml_closeelem(gw_trans->gw_html_req, 2); - if (kerr != KCGI_OK) - goto done; } done: if (tag)