K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-12-10T22:03:59.493243Z K 7 svn:log V 332 MFC: r257598 During code inspection, I spotted that there was a code path where CLNT_CONTROL() would be called on "client" after it was released via CLNT_RELEASE(). It was unlikely that this code path gets executed and I have not heard of any problem report caused by this bug. This patch fixes the code so that this cannot happen. END