diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-02-24 11:39:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-02-24 11:39:44 +1100 |
commit | b9860043dc092df25d4a39074e106d7367ebbe8f (patch) | |
tree | ed0cae94962d57656687550a4587cd6057eb227b /source4/utils/net | |
parent | 0016b9cee8d9e640e0b4604a81a900708a944c0d (diff) | |
download | samba-b9860043dc092df25d4a39074e106d7367ebbe8f.tar.gz samba-b9860043dc092df25d4a39074e106d7367ebbe8f.tar.bz2 samba-b9860043dc092df25d4a39074e106d7367ebbe8f.zip |
fixed the event context for net vampire
Diffstat (limited to 'source4/utils/net')
-rw-r--r-- | source4/utils/net/net_join.c | 2 |
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; } |