chrony plugin: fix clang warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 18:07:08 +0000 (20:07 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 18:07:08 +0000 (20:07 +0200)
commitc56c81765bc2c68a0418763a692a97781ae06527
tree03cecb54e01793fc97be22f0608c34d522853d6f
parent13c1ca1795daa9121c166fa9791ec8fe37eade2f
chrony plugin: fix clang warning

chrony.c:745:11: warning: declaration shadows a local variable
[-Wshadow]
      int fh = open("/dev/random", 00);
          ^
src/chrony.c