summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b4fed9)
raw | patch | inline | side by side (parent: 8b4fed9)
author | Florian Forster <octo@collectd.org> | |
Tue, 26 Jul 2016 06:54:42 +0000 (08:54 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 26 Jul 2016 06:54:42 +0000 (08:54 +0200) |
src/network.c | patch | blob | history |
diff --git a/src/network.c b/src/network.c
index b347f4a52fefc0416d2ebcf8bb7e472e641476a0..45f24369dbfe2ef0de1268ba0ccd02ddaab0c814 100644 (file)
--- a/src/network.c
+++ b/src/network.c
err = gcry_control (GCRYCTL_INIT_SECMEM, 32768);
if (err)
{
- ERROR ("network plugin: gcry_control (GCRYCTL_SET_THREAD_CBS) failed: %s", gcry_strerror (err));
+ ERROR ("network plugin: gcry_control (GCRYCTL_INIT_SECMEM) failed: %s", gcry_strerror (err));
abort ();
}