perl plugin: Fix exporting notification meta data.
authorFlorian Forster <octo@collectd.org>
Fri, 1 Dec 2017 13:30:23 +0000 (14:30 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 1 Dec 2017 13:30:25 +0000 (14:30 +0100)
commit4f5ef4dfc490709a0bf8775458cc2eef35cc75fb
tree67bd5ede1f16e37fcbc2adfa1d8ee1507604dd73
parentff59046e8694bde7f4b965a5f6e35ed325572c82
perl plugin: Fix exporting notification meta data.

Previously, the while loop ensured that meta was NULL, causing the for
loop to never been executed. This introduces a new temporary variable to
avoid changing meta before the for loop.

CID: 37960
src/perl.c