dirmngr: Fix error code path of map_host.
* dirmngr/ks-engine-hkp.c (map_host): Fix error return.
In ks-engine-hkp.c on line 509 'reftbl' is freed, but it is then
used on line 511. I'm guessing this is a missing return;.
Other fixes on error added too.
- Reported-by: Joshua Rogers <honey@internot.info>
- Debian-Bug-Id: #773520