From: Peter Holik Date: Tue, 15 Jul 2008 06:21:21 +0000 (+0200) Subject: ipmi plugin: Fix a typo: sstrerror_r -> sstrerror. X-Git-Tag: collectd-4.4.2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fa654155e6286512a61265ea8cb90ec3d35b26c6;p=collectd.git ipmi plugin: Fix a typo: sstrerror_r -> sstrerror. --- diff --git a/src/ipmi.c b/src/ipmi.c index 95e2e7c1..956aaf44 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -73,7 +73,7 @@ static void c_ipmi_error (const char *func, int status) if (IPMI_IS_OS_ERR (status)) { - sstrerror_r (IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf)); + sstrerror (IPMI_GET_OS_ERR (status), errbuf, sizeof (errbuf)); } else if (IPMI_IS_IPMI_ERR (status)) {