rx: RX_CALL_IDLE and RX_CALL_BUSY
[openafs.git] / src / WINNT / afsd / afsd_init.c
index d4dc292..8d195bf 100644 (file)
@@ -1412,7 +1412,7 @@ afsd_InitCM(char **reasonP)
         afsi_log("rx_SetUdpBufSize %d", rx_udpbufsize);
     }
 
-    rx_SetBusyChannelError(CM_RX_RETRY_BUSY_CALL);
+    rx_SetBusyChannelError(1);  /* Activate busy call channel reporting */
 
     /* initialize RX, and tell it to listen to the callbackport,
      * which is used for callback RPC messages.