|
|
@@ -613,9 +613,9 @@ tarobject(void *ctx, struct tar_entry *ti)
|
|
|
if (stat(conff->name, &stabtmp))
|
|
|
if (errno == ENOENT || errno == ENOTDIR || errno == ELOOP)
|
|
|
continue;
|
|
|
- if (stabtmp.st_dev == stab.st_dev &&
|
|
|
- stabtmp.st_ino == stab.st_ino)
|
|
|
- break;
|
|
|
+ if (stabtmp.st_dev == stab.st_dev &&
|
|
|
+ stabtmp.st_ino == stab.st_ino)
|
|
|
+ break;
|
|
|
}
|
|
|
if (conff) {
|
|
|
debug(dbg_eachfiledetail, "tarobject other's obsolete conffile");
|