daemon: fix build warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 20:00:46 +0000 (22:00 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 20:00:46 +0000 (22:00 +0200)
src/daemon/collectd.c:579:9: warning: declaration shadows a local variable [-Wshadow]
    int status;
        ^
src/daemon/collectd.c:558:7: note: previous declaration is here
  int status;
      ^


No differences found