summaryrefslogtreecommitdiffhomepage
path: root/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'connection.c')
-rw-r--r--connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.c b/connection.c
index d321ae0..b0d9fcc 100644
--- a/connection.c
+++ b/connection.c
@@ -24,6 +24,7 @@ struct connection * connection_new(const int client)
c->fd = client;
c->ref = LUA_NOREF;
c->L = NULL;
+ c->push = 0;
return c;
}