Unverified Commit 1cbf9ec5 by Donghwa Jeong Committed by Christian Brauner

pam_cgfs: fix Logically dead code.

parent a5fca5a4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment