Fix: Wrong check of node when cleaning up ht
authorDavid Goulet <dgoulet@efficios.com>
Fri, 14 Dec 2012 20:11:49 +0000 (15:11 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 14 Dec 2012 20:11:49 +0000 (15:11 -0500)
commit8fa0b55b4931b9b5294120b20259be73b0b87ad5
treed0feb0a659c853b23e796d454b867c83d8ad3e73
parent54c90d10655e559818665234f29d5d01c8640ee7
Fix: Wrong check of node when cleaning up ht

The node should NOT be in the hash table to ignore the deletion and not
the contrary.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
This page took 0.025604 seconds and 4 git commands to generate.