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)
The code accidentally used = instead of == in a conditional, leading to
decode errors in RPC packet framing.


No differences found