[PATCH 2/4] * Remove duplicate expression in ks-engine-hkp.c
Joshua Rogers
git at internot.info
Sun Dec 21 19:21:29 CET 2014
There was a duplicate expression in ks-engine-hkp.c.
---
dirmngr/ks-engine-hkp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c
index 0e812f6..deb6178 100644
--- a/dirmngr/ks-engine-hkp.c
+++ b/dirmngr/ks-engine-hkp.c
@@ -674,7 +674,7 @@ ks_hkp_mark_host (ctrl_t ctrl, const char *name, int alive)
member in another pool. */
for (idx3=0; idx3 < hosttable_size; idx3++)
{
- if (hosttable[idx3] && hosttable[idx3]
+ if (hosttable[idx3]
&& hosttable[idx3]->pool
&& idx3 != idx
&& host_in_pool_p (hosttable[idx3]->pool, n))
--
1.9.1
More information about the Gnupg-devel
mailing list