viced: Remove extraneous h_AHTAHT_r in h_GetHost_r
authorAndrew Deason <adeason@sinenomine.net>
Fri, 17 Feb 2012 22:24:16 +0000 (16:24 -0600)
committerDerrick Brashear <shadow@dementix.org>
Mon, 20 Feb 2012 21:15:12 +0000 (13:15 -0800)
commitf52c33ea10de8d1d07a9c4805366283e6ca635dc
tree87f3789a9a6c7f84a1122b90a4ace330215255c9
parent3c803580bb503c7650f7b138c1b3f2eafd92b985
viced: Remove extraneous h_AHTAHT_r in h_GetHost_r

We added this address to the host with an addInterfaceAddr_r call just
a few lines before, which adds the host to the address hash table.
Another call to h_AddHostToAddrHashTable_r is pure overhead and
confusing.

Change-Id: Ib08817274e632f67776956ede8b56eaf0dce879e
Reviewed-on: http://gerrit.openafs.org/6729
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/viced/host.c