email plugin: Unlock mutexes before submitting the data.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 Dec 2006 09:19:56 +0000 (10:19 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 21 Dec 2006 19:50:02 +0000 (20:50 +0100)
commit2403dd00be7ee359a1da567ec1a3d1dddf179a58
treedce3cef158678dc2b4f12c0b1d84923befeaf7c4
parent02c24d0cd1860a7af773671af356e86fd6b9cac8
email plugin: Unlock mutexes before submitting the data.

All values are copied to local data structures in email_read () before they
are submitted. Thus the mutex can be unlocked before data is sent to the rrd
files or the network.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/email.c