Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion plugins/out_logdna/logdna.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ static struct flb_logdna *logdna_config_create(struct flb_output_instance *ins,
tmp = NULL;
hostname = (char *) flb_env_get(config->env, "HOSTNAME");
if (hostname) {
len = strlen(hostname);
ctx->_hostname = flb_sds_create(hostname);
}
else {
Expand Down