rx-mtu-params-fix-20030513

FIXES 1433

define needed variables outside ifdef
This commit is contained in:
Nathan Neulinger 2003-05-13 05:05:39 +00:00 committed by Derrick Brashear
parent 7cd283e55e
commit 49358c8ae7

View File

@ -340,12 +340,12 @@ void rxi_StartListener(void)
to get interesting information. */
void rxi_InitPeerParams(register struct rx_peer *pp)
{
#ifdef ADAPT_MTU
#ifndef AFS_SUN5_ENV
#ifdef AFS_USERSPACE_IP_ADDR
u_short rxmtu;
afs_int32 i, mtu;
#ifdef ADAPT_MTU
#ifndef AFS_SUN5_ENV
#ifdef AFS_USERSPACE_IP_ADDR
i = rxi_Findcbi(pp->host);
if (i == -1) {
pp->timeout.sec = 3;