From 017a1733acf7b3ae85580f75d875cb458d051a2c Mon Sep 17 00:00:00 2001 From: grog Date: Fri, 2 Jun 2000 04:03:57 +0000 Subject: [PATCH] Remove a redundant statement. --- sys/dev/vinum/vinumioctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c index 28e58ead6d16..309448a37a85 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 */