budb: Remove superfluous rx_SetRxDeadTime

Since the original IBM code import, the buserver has set its Rx dead
time to 60 seconds at initialization.  Not only is this unnecesarily
long, but it is also moot because a subsequent call to rx_InitHost
resets the rx dead time to the default 12 seconds.

Remove the superfluous rx_SetRxDeadTime.

Change-Id: I21acaf3cef1c80af06fa031ca2cdecd29d0fc5a3
Reviewed-on: https://gerrit.openafs.org/15592
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Mark Vitale 2023-10-23 16:17:11 -04:00 committed by Michael Meffie
parent 7d2ed6925b
commit c3e8d70314

View File

@ -516,8 +516,6 @@ main(int argc, char **argv)
if (r < 0 || dbNamePtr == 0)
ERROR(-1);
rx_SetRxDeadTime(60); /* 60 seconds inactive before timeout */
if (rxBind) {
afs_int32 ccode;
if (AFSDIR_SERVER_NETRESTRICT_FILEPATH ||