K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-12-11T00:39:56.081368Z 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