diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-13 00:39:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-13 00:39:07 +0000 |
commit | 2f7be2817ae9ed1e971e79ef1bd5f7dcd9e44ca3 (patch) | |
tree | 80c01a9e3429152758e69365942a680f9b8e9726 | |
parent | de129ccb4d52da944ea2aed649de99494b664579 (diff) |
Formerly pass4.c.~3~
-rw-r--r-- | ufs-fsck/pass4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-fsck/pass4.c b/ufs-fsck/pass4.c index 64d53e38..708674ca 100644 --- a/ufs-fsck/pass4.c +++ b/ufs-fsck/pass4.c @@ -71,7 +71,7 @@ pass4() if (preen) printf (" (RECONNECTED)"); if (preen || reply ("RECONNECT")) - linkup (number, 0); + linkup (number, -1); } else { |