diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2006-12-04 20:22:31 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-06 10:46:43 -0500 |
commit | 8fc7500bb8ea3b5c909869d00628635e964ae882 (patch) | |
tree | 3e1b175c0e155a81ace7e9460f4a574d8f5de3be /net/sunrpc/auth_gss/gss_krb5_seal.c | |
parent | 2b577f1f14c8d83ba9400ec8accaf4a208f4f36a (diff) |
rpc: gss: eliminate print_hexl()'s
Dumping all this data to the logs is wasteful (even when debugging is turned
off), and creates too much output to be useful when it's turned on.
Fix a minor style bug or two while we're at it.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/auth_gss/gss_krb5_seal.c')
-rw-r--r-- | net/sunrpc/auth_gss/gss_krb5_seal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sunrpc/auth_gss/gss_krb5_seal.c b/net/sunrpc/auth_gss/gss_krb5_seal.c index 08601ee4cd7..dc58af0b8b4 100644 --- a/net/sunrpc/auth_gss/gss_krb5_seal.c +++ b/net/sunrpc/auth_gss/gss_krb5_seal.c | |||
@@ -129,9 +129,6 @@ gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, | |||
129 | memcpy(krb5_hdr + 16, | 129 | memcpy(krb5_hdr + 16, |
130 | md5cksum.data + md5cksum.len - KRB5_CKSUM_LENGTH, | 130 | md5cksum.data + md5cksum.len - KRB5_CKSUM_LENGTH, |
131 | KRB5_CKSUM_LENGTH); | 131 | KRB5_CKSUM_LENGTH); |
132 | |||
133 | dprintk("RPC: make_seal_token: cksum data: \n"); | ||
134 | print_hexl((u32 *) (krb5_hdr + 16), KRB5_CKSUM_LENGTH, 0); | ||
135 | break; | 132 | break; |
136 | default: | 133 | default: |
137 | BUG(); | 134 | BUG(); |