rx: remove spurious compare for maxDgramPackets
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Wed, 20 Oct 2010 13:06:35 +0000 (09:06 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 20 Oct 2010 23:41:32 +0000 (16:41 -0700)
commitda400a24a7c9d5ac1595f10e0c76df5a461aa5dc
treed82d043e75c627356c3f77f8ea0a2c4163601bf2
parentdcb40c9fb8629e028e2dfa6333423b0ce0c00abc
rx: remove spurious compare for maxDgramPackets

maxDgramPackets is initially assigned this value after correcting
for the wire endian.  This compare is harmless on little endian
since the network endian value will typically be huge and redundant
on big endian machines.

Change-Id: I4a070b2964805f45c0593c80a2604c4e4cd26ff7
Reviewed-on: http://gerrit.openafs.org/3015
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx.c