pam_cgfs: fix Logically dead code.

Signed-off-by: Donghwa Jeong <dh48.jeong@samsung.com>
This commit is contained in:
Donghwa Jeong 2018-06-08 14:16:53 +09:00
parent 7b2352c76d
commit 8c440b3af0
No known key found for this signature in database
GPG Key ID: 0BE2750EE612F372

View File

@ -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;