From: Wayne Davison Date: Fri, 2 Aug 2002 17:11:39 +0000 (+0000) Subject: * Don't call getnameinfo() if we've already populated the addr_buf. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3b5f6214a6b9422bb320e0f954cc93477f4b0e23?hp=3b5f6214a6b9422bb320e0f954cc93477f4b0e23 * Don't call getnameinfo() if we've already populated the addr_buf. * Moved some structures in client_name() so that they remain in-scope for the entire function (since we set pointers to their storage location). * Allow the dot-counting loop to increment to 4 instead of stopping at 3. ---