diff options
author | rm88369 <none@none> | 2005-08-25 16:24:46 -0700 |
---|---|---|
committer | rm88369 <none@none> | 2005-08-25 16:24:46 -0700 |
commit | 33a5e6b27fde6c2d7434c79c15232c335e18950e (patch) | |
tree | ec8a91b44e3a8f2e88a014131bcd994e5a563c3e /usr/src/cmd/backup/restore/main.c | |
parent | 75c9565f0e02b3ffdf937512899b7a4102f7a2a7 (diff) | |
download | illumos-joyent-33a5e6b27fde6c2d7434c79c15232c335e18950e.tar.gz |
6264883 ufsrestore with the "l" and "t" works incorrectly
Diffstat (limited to 'usr/src/cmd/backup/restore/main.c')
-rw-r--r-- | usr/src/cmd/backup/restore/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/backup/restore/main.c b/usr/src/cmd/backup/restore/main.c index b1dc21fb9d..9903c4ee04 100644 --- a/usr/src/cmd/backup/restore/main.c +++ b/usr/src/cmd/backup/restore/main.c @@ -1,5 +1,5 @@ /* - * Copyright 1998, 2001-2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -227,7 +227,7 @@ If set, the envar TMPDIR selects where temporary files are kept\n"), break; case 'l': autoload++; - /*FALLTHROUGH*/ + break; case 'o': offline++; break; |