diff options
-rw-r--r-- | sys/dev/vinum/vinumioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c index aeafdd2..7abfe11 100644 --- a/sys/dev/vinum/vinumioctl.c +++ b/sys/dev/vinum/vinumioctl.c @@ -632,6 +632,7 @@ attachobject(struct vinum_ioctl_msg *msg) give_plex_to_volume(msg->otherobject, msg->index); /* and give it to the volume */ update_plex_config(plex->plexno, 0); save_config(); + reply->error = 0; /* all went well */ } } } |