* 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)
commit3b5f6214a6b9422bb320e0f954cc93477f4b0e23
treed9d62a5af31c4096e29b641c9bc61e800f0061da
parent542ad675b9d241d5c508e49bd6b324658728c4e9
* 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.
clientname.c