diff options
author | Rafal Szczesniak <mimir@samba.org> | 2007-01-18 21:50:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:44 -0500 |
commit | 875d8b4109ddc2c6b5d0ba33a3874e73b249ec91 (patch) | |
tree | 8bf30f81f3c3e136075a8e2668ec0e591f3ff8ac /source4 | |
parent | fe5e7809b836e9dff7bb8bffaee852f1e6d4c7de (diff) | |
download | samba-875d8b4109ddc2c6b5d0ba33a3874e73b249ec91.tar.gz samba-875d8b4109ddc2c6b5d0ba33a3874e73b249ec91.tar.bz2 samba-875d8b4109ddc2c6b5d0ba33a3874e73b249ec91.zip |
r20882: Formatting.
rafal
(This used to be commit fd0650283b750aec7952b025db54ab46020a547d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/ejs/ejsnet/net_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |