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 67ae3b0 commit a3959d3Copy full SHA for a3959d3
plugins/in_forward/fw.c
@@ -338,6 +338,7 @@ static int in_fw_init(struct flb_input_instance *ins,
338
ctx->shared_key == NULL &&
339
ctx->empty_shared_key == FLB_FALSE) {
340
flb_plg_error(ctx->ins, "security.users is set but no shared_key or empty_shared_key");
341
+ delete_users(ctx);
342
fw_config_destroy(ctx);
343
return -1;
344
}
0 commit comments