Fix a typo in SunRPC decoding.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 23 Feb 2010 21:01:25 +0000 (13:01 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 23 Feb 2010 21:01:25 +0000 (13:01 -0800)
commitf03e624198e2ea91bf15968f45ca3b8e98708d12
treef5707edfad6edca32ed6543927c99cbb3727052b
parent105feb97ef2173d6ea45df177599be6d4592640b
Fix a typo in SunRPC decoding.

The code accidentally used = instead of == in a conditional, leading to
decode errors in RPC packet framing.
nfs3/rpc.c