coverity: #1427190

parent 2388737b
......@@ -1221,9 +1221,6 @@ static int recursive_destroy(char *dirname)
char *pathname;
struct stat mystat;
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