commit | 6ac0fbbfc141f758e2f331d1fee95bc105f87914 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Wed Jul 16 06:52:20 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 03 17:05:23 2014 -0400 |
tree | 306e6f9ae78182e518a3d1b63e7f25b892ca1512 | |
parent | c5e6aecd034e70e73af4d7a2b8a115239e3568b5 [diff] |
sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c Use u16 pointer in setup_token and setup_token_v2. None of the fields are actually handled as __be16, so this simplifies the code a bit. Also get rid of some unneeded pointer increments. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>