dvblastctl: Remove local variable that is shadowing a global one.
Commit 102b40d2 added global cleanup function and made i_fd variable global. Unfortunately i_fd definition was not removed from main() so the cleanup function wasn't really doing its job. The fix is simple just remove the local definition of i_fd. Signed-Off-By: Georgi Chorbadzhiyski <gf@unixsol.org>
Showing
Please register or sign in to comment