rx: RX_CALL_IDLE and RX_CALL_BUSY
[openafs.git] / src / afs / afs_pag_call.c
index 941fda5..6094428 100644 (file)
@@ -98,7 +98,7 @@ afspag_Init(afs_int32 nfs_server_addr)
     AFS_GLOCK();
 
     afs_InitStats();
-    rx_SetBusyChannelError(RX_CALL_TIMEOUT);
+    rx_SetBusyChannelError(1);  /* turn on busy call error reporting */
     rx_Init(htons(7001));
 
     AFS_STATCNT(afs_ResourceInit);