Skip to content

Commit

Permalink
Oops, undo redeclared stat_dir as a local
Browse files Browse the repository at this point in the history
  • Loading branch information
overhacked committed Aug 17, 2017
1 parent baab695 commit 19f54b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/zabbix_module_docker/zabbix_module_docker.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ int zbx_docker_dir_detect()
}, **tdriver;
char path[512];
const char *mounts_regex = "^[^[:blank:]]+[[:blank:]]+(/[^[:blank:]]+/)[^[:blank:]]+[[:blank:]]+cgroup[[:blank:]]+.*$";
char *stat_dir = NULL;
FILE *fp;
DIR *dir;

Expand Down

0 comments on commit 19f54b5

Please sign in to comment.