author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 4 Jun 2016 18:07:08 +0000 (20:07 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 4 Jun 2016 18:07:08 +0000 (20:07 +0200) | ||
commit | c56c81765bc2c68a0418763a692a97781ae06527 | |
tree | 03cecb54e01793fc97be22f0608c34d522853d6f | tree | snapshot |
parent | 13c1ca1795daa9121c166fa9791ec8fe37eade2f | commit | diff |
chrony plugin: fix clang warning
chrony.c:745:11: warning: declaration shadows a local variable
[-Wshadow]
int fh = open("/dev/random", 00);
^
chrony.c:745:11: warning: declaration shadows a local variable
[-Wshadow]
int fh = open("/dev/random", 00);
^
src/chrony.c | diff | blob | history |