Skip to content

Commit

Permalink
filter_kubernetes: fix duplicated variable
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Nov 20, 2019
1 parent 40ddba5 commit febabe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/filter_kubernetes/kube_meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ static void extract_container_hash(struct flb_kube_meta *meta,
msgpack_object k, v;
const char *tmp;
int tmp_len = 0;
int name_found = FLB_FALSE;

/* Process status/containerStatus map for docker_id, container_hash */
for (i = 0;
Expand Down

0 comments on commit febabe2

Please sign in to comment.