commit | 8885cb367f86ce02bed3bf18192d74a53ac3b81f | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jan 31 12:14:05 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Feb 03 15:35:09 2007 -0800 |
tree | 3d85dd85f176606756720914f46c93af53895295 | |
parent | a3f565b1e530a756472401835107d08fd291f242 [diff] |
SUNRPC: fix print format for tk_pid in auth_gss support The tk_pid field is an unsigned short. The proper print format specifier for that type is %5u, not %4d. Also clean up some miscellaneous print formatting nits. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>