summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-06-02 04:03:57 +0000
committergrog <grog@FreeBSD.org>2000-06-02 04:03:57 +0000
commit017a1733acf7b3ae85580f75d875cb458d051a2c (patch)
tree028000504f89b809ce39a0f9063bfd8ae3e60303 /sys/dev/vinum
parentb490d01092ab023a87bbcebcf28a29238afb374c (diff)
downloadFreeBSD-src-017a1733acf7b3ae85580f75d875cb458d051a2c.zip
FreeBSD-src-017a1733acf7b3ae85580f75d875cb458d051a2c.tar.gz
Remove a redundant statement.
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r--sys/dev/vinum/vinumioctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c
index 28e58ea..309448a 100644
--- a/sys/dev/vinum/vinumioctl.c
+++ b/sys/dev/vinum/vinumioctl.c
@@ -41,7 +41,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumioctl.c,v 1.13 2000/04/26 04:10:20 grog Exp grog $
+ * $Id: vinumioctl.c,v 1.12 2000/02/29 02:20:31 grog Exp grog $
* $FreeBSD$
*/
@@ -603,7 +603,6 @@ attachobject(struct vinum_ioctl_msg *msg)
give_sd_to_plex(plex->plexno, sd->sdno); /* and give it to the plex */
update_sd_config(sd->sdno, 0);
save_config();
- reply->error = 0;
}
if (sd->state == sd_reviving)
reply->error = EAGAIN; /* need to revive it */
OpenPOWER on IntegriCloud