mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 00:56:22 +00:00
pam_cgfs: fix Logically dead code.
Signed-off-by: Donghwa Jeong <dh48.jeong@samsung.com>
This commit is contained in:
parent
7b2352c76d
commit
8c440b3af0
@ -525,9 +525,6 @@ static int recursive_rmdir(char *dirname)
|
||||
struct stat st;
|
||||
char *pathname;
|
||||
|
||||
if (!direntp)
|
||||
break;
|
||||
|
||||
if (!strcmp(direntp->d_name, ".") ||
|
||||
!strcmp(direntp->d_name, ".."))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user