diff --git a/src/afs/afs_call.c b/src/afs/afs_call.c index 0e7feb2dd4..63b5b0c271 100644 --- a/src/afs/afs_call.c +++ b/src/afs/afs_call.c @@ -1410,7 +1410,7 @@ afs_shutdown(void) afs_StopAFSDB(); while (afs_termState == AFSOP_STOP_AFSDB) afs_osi_Sleep(&afs_termState); -#if defined(AFS_SUN5_ENV) || defined(RXK_LISTENER_ENV) +#if defined(AFS_SUN5_ENV) || defined(RXK_LISTENER_ENV) || defined(RXK_UPCALL_ENV) afs_warn("RxEvent... "); /* cancel rx event daemon */ while (afs_termState == AFSOP_STOP_RXEVENT)