mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 20:35:42 +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;
|
struct stat st;
|
||||||
char *pathname;
|
char *pathname;
|
||||||
|
|
||||||
if (!direntp)
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (!strcmp(direntp->d_name, ".") ||
|
if (!strcmp(direntp->d_name, ".") ||
|
||||||
!strcmp(direntp->d_name, ".."))
|
!strcmp(direntp->d_name, ".."))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user