sm

sysmgr implemented in C
git clone git://git.ckyln.com/sm
Log | Files | Refs | README | LICENSE

commit 3839eedb7ca1eca5b59a53b392a2b4cccfaf2008
parent d57c2a05a067dbf74aadb2c24dcffbb47a852ced
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 10 Oct 2020 11:22:42 +0300

svctl: remove unused variable

Diffstat:
Msvctl.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/svctl.c b/svctl.c @@ -110,8 +110,6 @@ main(int argc, char *argv[]) else if (argc < 3) usage(1); - char **sv = argv + 1; - /* Check if the RUNDIR exists */ rundir = getenv_fallback("RUNDIR", rundir_default); if (check_rundir(rundir) != 0)