Show More
@@ -117,6 +117,7 b' impl PathAuditor {' | |||||
117 | continue; |
|
117 | continue; | |
118 | } |
|
118 | } | |
119 | self.check_filesystem(&prefix, &path)?; |
|
119 | self.check_filesystem(&prefix, &path)?; | |
|
120 | self.audited_dirs.insert(prefix.to_owned()); | |||
120 | } |
|
121 | } | |
121 |
|
122 | |||
122 | self.audited.insert(path.to_owned()); |
|
123 | self.audited.insert(path.to_owned()); |
General Comments 0
You need to be logged in to leave comments.
Login now