diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 3bdf9f41d2..d17dba97dc 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -6805,7 +6805,6 @@ FetchData_RXStyle(Volume * volptr, Vnode * targetptr, errorCode = rx_WritevAlloc(Call, tiov, &tnio, RX_MAXIOVECS, wlen); if (errorCode <= 0) { FDH_CLOSE(fdP); - VTakeOffline(volptr); return EIO; } wlen = errorCode;