utils_cache: fix pointer reference and meta_data ingestion
authorRafael Marinheiro <marinheiro@google.com>
Fri, 23 Mar 2018 16:17:28 +0000 (12:17 -0400)
committerRafael Marinheiro <marinheiro@google.com>
Fri, 23 Mar 2018 16:17:28 +0000 (12:17 -0400)
commit712367f439dcac552dc22a6ce56075f3892ac30b
tree2273f0964e3094ec4a670362221d9448dc1d4ea1
parent79a8e6dee4b68231969434bf2a98a08c2bf8041e
utils_cache: fix pointer reference and meta_data ingestion

This changes a bad pointer reference in uc_iterator_get_values, which
would cause the grpc plugin to crash.

This also fixes uc_insert by making it properly add the meta_data to
the cache.

Both of these changes should make the grpc QueryValues call work as
expected.
src/daemon/utils_cache.c