rx: Remove RX_CALL_IDLE
[openafs.git] / src / WINNT / afsd / cm_utils.c
index 6c7718e..ea19f7b 100644 (file)
@@ -217,8 +217,6 @@ long cm_MapRPCError(long error, cm_req_t *reqp)
         error == RX_MSGSIZE ||
         error == VNOSERVICE)
        error = CM_ERROR_TIMEDOUT;
-    else if (error == RX_CALL_IDLE)
-        error = EIO;
     else if (error == RX_INVALID_OPERATION)
         error = CM_ERROR_INVAL_NET_RESP;
     else if (error < 0)
@@ -284,7 +282,6 @@ long cm_MapRPCErrorRmdir(long error, cm_req_t *reqp)
     if (error == RX_CALL_DEAD ||
         error == RX_CALL_TIMEOUT ||
         error == RX_CALL_BUSY ||
-        error == RX_CALL_IDLE ||
         error == RX_MSGSIZE ||
         error == VNOSERVICE)
        error = CM_ERROR_TIMEDOUT;
@@ -338,7 +335,6 @@ long cm_MapVLRPCError(long error, cm_req_t *reqp)
     if (error == RX_CALL_DEAD ||
         error == RX_CALL_TIMEOUT ||
         error == RX_CALL_BUSY ||
-        error == RX_CALL_IDLE ||
         error == RX_MSGSIZE ||
         error == VNOSERVICE)
        error = CM_ERROR_TIMEDOUT;