]> git.ipfire.org Git - thirdparty/krb5.git/commit
Clean up gssrpc timeout code 262/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 14 Mar 2015 18:29:21 +0000 (14:29 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 17 Mar 2015 18:47:17 +0000 (14:47 -0400)
commite321a9d23c4475ba105a6e892624a65940e7aed2
tree081d7ea46b1997ca045ee64235d7eee3f4a680eb
parent11f0cf7928b239be45c5d3cb7e2eccd2ff1e1bfc
Clean up gssrpc timeout code

Revert b8b7bd63231094a3583847853bf60cb002781161 (for #6120) now that
we are setting the kadmin client timeout the appropriate way.

In clnt_create(), do not set a timeout after creating the handle;
doing so defeats the purpose of keeping track of whether the caller
has set a handle timeout.
src/lib/kadm5/clnt/client_rpc.c
src/lib/rpc/clnt_generic.c