Skip to content

Commit a2d0472

Browse files
authored
out_nats: remove duplicate assignment (#2443)
Signed-off-by: Zero King <[email protected]>
1 parent 7aa03d2 commit a2d0472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/out_nats/nats.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ static int cb_nats_init(struct flb_output_instance *ins, struct flb_config *conf
4444
flb_errno();
4545
return -1;
4646
}
47-
ctx->ins = ins;
4847

4948
io_flags = FLB_IO_TCP;
5049
if (ins->host.ipv6 == FLB_TRUE) {

0 commit comments

Comments
 (0)