K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-08-02T21:31:21.000000Z K 7 svn:log V 307 In getclnthandle(), if the address is found in the cache we need to strdup() the address string before returning it via *targaddr because the caller will free the string. Change the comment at the top of getclnthandle() to clarify that the caller is responsible for freeing *targaddr. Noticed by: sobomax END