commit c2e39fcfedc2bf0430f65f56534ea446595c5018 from: Omar Polo date: Sun Jan 17 09:37:44 2021 UTC we don't need to check for CGI anymore commit - 71b7eb2f8c3d0a85dfdf23e08bf89d0a4ad82aaf commit + c2e39fcfedc2bf0430f65f56534ea446595c5018 blob - 3fc469cdeb48dfc4dfa3ead5f9a97d08f318550f blob + 5d5fcafc13913e2220ac26dd4e086936896c8cf9 --- sandbox.c +++ sandbox.c @@ -8,13 +8,6 @@ void sandbox() { - struct vhost *h; - int has_cgi = 0; - - for (h = hosts; h->domain != NULL; ++h) - if (h->cgi != NULL) - has_cgi = 1; - if (cap_enter() == -1) err(1, "cap_enter"); }