summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-02-24 11:39:44 +1100
committerAndrew Tridgell <tridge@samba.org>2009-02-24 11:39:44 +1100
commitb9860043dc092df25d4a39074e106d7367ebbe8f (patch)
treeed0cae94962d57656687550a4587cd6057eb227b /source4/utils
parent0016b9cee8d9e640e0b4604a81a900708a944c0d (diff)
downloadsamba-b9860043dc092df25d4a39074e106d7367ebbe8f.tar.gz
samba-b9860043dc092df25d4a39074e106d7367ebbe8f.tar.bz2
samba-b9860043dc092df25d4a39074e106d7367ebbe8f.zip
fixed the event context for net vampire
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/net/net_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_join.c b/source4/utils/net/net_join.c
index ad63340089..b0a25bb7c0 100644
--- a/source4/utils/net/net_join.c
+++ b/source4/utils/net/net_join.c
@@ -126,7 +126,7 @@ int net_vampire(struct net_context *ctx, int argc, const char **argv)
domain_name = tmp;
- libnetctx = libnet_context_init(NULL, ctx->lp_ctx);
+ libnetctx = libnet_context_init(ctx->event_ctx, ctx->lp_ctx);
if (!libnetctx) {
return -1;
}