Signed-off-by: Donghwa Jeong <dh48.jeong@samsung.com>
This commit is contained in:
Donghwa Jeong 2018-06-08 11:20:08 +09:00
parent 4b696f90fe
commit 409842faff
No known key found for this signature in database
GPG Key ID: 0BE2750EE612F372

View File

@ -85,9 +85,6 @@ static int _recursive_rmdir(const char *dirname, dev_t pdev,
struct stat mystat; struct stat mystat;
int rc; int rc;
if (!direntp)
break;
if (!strcmp(direntp->d_name, ".") || if (!strcmp(direntp->d_name, ".") ||
!strcmp(direntp->d_name, "..")) !strcmp(direntp->d_name, ".."))
continue; continue;