* Don't call getnameinfo() if we've already populated the addr_buf.
authorWayne Davison <wayned@samba.org>
Fri, 2 Aug 2002 17:11:39 +0000 (17:11 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 2 Aug 2002 17:11:39 +0000 (17:11 +0000)
* 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.


No differences found