mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
fixed the event context for net vampire
This commit is contained in:
parent
0016b9cee8
commit
b9860043dc
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user