ipmi plugin: s/sstrerror_r/sstrerror/.
authorFlorian Forster <octo@noris.net>
Mon, 30 Jun 2008 16:15:52 +0000 (18:15 +0200)
committerFlorian Forster <octo@noris.net>
Mon, 30 Jun 2008 16:15:52 +0000 (18:15 +0200)
src/ipmi.c

index 7a00c88..b9cfa19 100644 (file)
@@ -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))
   {