X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=cgi.c;h=02665d8b01ae1858a1851d60f91012b063b93b04;hp=cfd71fbedb23f3e1542407ab798990aabcdeff73;hb=b016f111233e840da8879b1fe933b72aa8ac625f;hpb=58c5fd1f9a72db878e29958a4c4e1b65db5b2e07;ds=sidebyside diff --git a/cgi.c b/cgi.c index cfd71fb..02665d8 100644 --- a/cgi.c +++ b/cgi.c @@ -38,7 +38,7 @@ void uh_interpreter_add(const char *ext, const char *path) static void cgi_main(struct client *cl, struct path_info *pi, int fd) { - struct interpreter *ip = pi->ip; + const struct interpreter *ip = pi->ip; struct env_var *var; dup2(fd, 0);