We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa03d2 commit a2d0472Copy full SHA for a2d0472
plugins/out_nats/nats.c
@@ -44,7 +44,6 @@ static int cb_nats_init(struct flb_output_instance *ins, struct flb_config *conf
44
flb_errno();
45
return -1;
46
}
47
- ctx->ins = ins;
48
49
io_flags = FLB_IO_TCP;
50
if (ins->host.ipv6 == FLB_TRUE) {
0 commit comments