mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
rx-mtu-params-fix-20030513
FIXES 1433 define needed variables outside ifdef
This commit is contained in:
parent
7cd283e55e
commit
49358c8ae7
@ -340,12 +340,12 @@ void rxi_StartListener(void)
|
|||||||
to get interesting information. */
|
to get interesting information. */
|
||||||
void rxi_InitPeerParams(register struct rx_peer *pp)
|
void rxi_InitPeerParams(register struct rx_peer *pp)
|
||||||
{
|
{
|
||||||
#ifdef ADAPT_MTU
|
|
||||||
#ifndef AFS_SUN5_ENV
|
|
||||||
#ifdef AFS_USERSPACE_IP_ADDR
|
|
||||||
u_short rxmtu;
|
u_short rxmtu;
|
||||||
afs_int32 i, mtu;
|
afs_int32 i, mtu;
|
||||||
|
|
||||||
|
#ifdef ADAPT_MTU
|
||||||
|
#ifndef AFS_SUN5_ENV
|
||||||
|
#ifdef AFS_USERSPACE_IP_ADDR
|
||||||
i = rxi_Findcbi(pp->host);
|
i = rxi_Findcbi(pp->host);
|
||||||
if (i == -1) {
|
if (i == -1) {
|
||||||
pp->timeout.sec = 3;
|
pp->timeout.sec = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user