mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
7d2ed6925b
commit
c3e8d70314
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user