lua: fix lua 5.2 compatibility
[project/uhttpd.git] / uhttpd.h
index 59f1565..b289a24 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -150,6 +150,7 @@ struct relay {
        struct client *cl;
 
        bool process_done;
+       bool error;
        int ret;
        int header_ofs;
 
@@ -186,7 +187,6 @@ struct dispatch_ubus {
        struct json_object *jsobj_cur;
        int post_len;
 
-       const char *sid;
        uint32_t obj;
        const char *func;