Insert key and value in the group table, not the main table.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 7 Feb 2009 01:26:28 +0000 (23:26 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 7 Feb 2009 01:26:28 +0000 (23:26 -0200)
commite733c5e3123192bd67832574a6e7f0db0a10f7a7
treea4b595bbe4905724835209418829a3efb06139bc
parent817afb1195b806d71486d6877c88200f2cde1245
Insert key and value in the group table, not the main table.

In the ghashtable config backend, when inserting a new group/key/value,
we were inserting the new key/value pair into the main table, instead of
the subtable for the group.
config/ghashtable/ghashtable.c