Add missing closedir() call in do_show()
Detected by cppcheck. Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
This commit is contained in:
parent
1a6543c56b
commit
e9a927dc08
|
|
@ -298,6 +298,7 @@ static int do_show(int argc, char **argv)
|
|||
printf(" group %ld", group);
|
||||
printf("\n");
|
||||
}
|
||||
closedir(dir);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue