Remove a quota check which was put in the wrong spot.

Stuffed up when reconciling from IRIX code.
This commit is contained in:
Tim Shimmin
2001-11-21 01:13:09 +00:00
parent 19beb54c96
commit 42f8f4d986
+1 -1
View File
@@ -1061,7 +1061,7 @@ _ls_nodate_compare_sub()
_diff_compare_sub()
{
echo "Comparing dump directory with restore directory"
diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter | _check_quota_diff
diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter
}
_get_eas_on_path()