From 77d6f72fb7a66c22b4723c6dbf7e8b3d6d63a618 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 9 Jul 2012 00:08:20 +0000 Subject: [package] uhttpd: various fixes - avoid closing descriptors before removing them from uloop (#11755, #11830) - do not auto-initialize ubus if no prefix is set (#11832) - remove extraneous client context pointer from cgi and lua states - code cleanups and debug message changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src@32651 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- uhttpd-cgi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'uhttpd-cgi.h') diff --git a/uhttpd-cgi.h b/uhttpd-cgi.h index 18816ba..fffcc5d 100644 --- a/uhttpd-cgi.h +++ b/uhttpd-cgi.h @@ -28,9 +28,6 @@ struct uh_cgi_state { - int rfd; - int wfd; - struct client *cl; char httpbuf[UH_LIMIT_MSGHEAD]; int content_length; bool header_sent; -- cgit v1.2.1