From 875d8b4109ddc2c6b5d0ba33a3874e73b249ec91 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Thu, 18 Jan 2007 21:50:46 +0000 Subject: r20882: Formatting. rafal (This used to be commit fd0650283b750aec7952b025db54ab46020a547d) --- source4/scripting/ejs/ejsnet/net_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/ejs/ejsnet/net_ctx.c') diff --git a/source4/scripting/ejs/ejsnet/net_ctx.c b/source4/scripting/ejs/ejsnet/net_ctx.c index e837702ff8..25239512d0 100644 --- a/source4/scripting/ejs/ejsnet/net_ctx.c +++ b/source4/scripting/ejs/ejsnet/net_ctx.c @@ -51,6 +51,7 @@ static int ejs_net_context(MprVarHandle eid, int argc, struct MprVar **argv) return -1; } ev = event_context_find(event_mem_ctx); + ctx = libnet_context_init(ev); /* IF we generated a new event context, it will be under here, * and we need it to last as long as the libnet context, so -- cgit