commit 934f957f297e0bb5e9abf55ed425a18e169f7ae4 from: Omar Polo date: Sat Sep 10 10:22:24 2022 UTC remove unused entrypoint field ventige of the cgi support (and lack of url rewriting) commit - 7bb80ca90d99edd3219fdf162fe2105de65f6cba commit + 934f957f297e0bb5e9abf55ed425a18e169f7ae4 blob - 18952a1e6ec45150d3f94b35821c57ee5aa0f895 blob + e092bb28c652be0f85dcaee3b60fc7c0d039d2c4 --- gmid.c +++ gmid.c @@ -273,7 +273,6 @@ free_config(void) free((char*)h->cert); free((char*)h->key); free((char*)h->ocsp); - free((char*)h->entrypoint); TAILQ_REMOVE(&hosts, h, vhosts); free(h); blob - 4f1901d0095a292d728c88363ed83cd5610e1bb3 blob + 7ffc94167bd434f8674d1670cc90dd7b66647bca --- gmid.h +++ gmid.h @@ -160,7 +160,6 @@ struct vhost { const char *cert; const char *key; const char *ocsp; - const char *entrypoint; TAILQ_ENTRY(vhost) vhosts;