K 10 svn:author V 7 delphij K 8 svn:date V 27 2011-05-02T19:22:41.000000Z K 7 svn:log V 282 inet_ntoa is not thread-safe as it uses a static store, which may result in a race condition, where for instance an IP based ACL might result in a denial decision. Fix this by changing these inet_ntoa's to inet_ntop with on-stack store. Reported by: Damian Hazen END