(dump_dir0): Bugfix. Thanks Piotr Czerwinski <pius@pld-linux.org> for the patch.

This commit is contained in:
Sergey Poznyakoff
2004-01-03 11:45:31 +00:00
parent b74232b9ad
commit 2690759c06

View File

@@ -981,9 +981,11 @@ dump_dir0 (char *directory,
return;
}
}
else if (!recursion_option)
if (!recursion_option)
return;
else if (one_file_system_option
if (one_file_system_option
&& !top_level
&& parent_device != stat->stat.st_dev)
{