summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-webuci/src
diff options
context:
space:
mode:
Diffstat (limited to 'libs/sgi-webuci/src')
-rw-r--r--libs/sgi-webuci/src/luci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sgi-webuci/src/luci.c b/libs/sgi-webuci/src/luci.c
index 24d4324a9..44a44af14 100644
--- a/libs/sgi-webuci/src/luci.c
+++ b/libs/sgi-webuci/src/luci.c
@@ -160,6 +160,7 @@ static int luci_handle_req(struct httpd_plugin *p, struct http_context *ctx)
/* convert http_context data structure to lua table */
#define PUSH(x) pushvar(#x, ctx->x)
+ PUSH(cookie);
PUSH(request_method);
PUSH(server_addr);
PUSH(server_proto);