summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e51eef)
raw | patch | inline | side by side (parent: 4e51eef)
author | Peter Holik <peter@holik.at> | |
Tue, 15 Jul 2008 06:21:21 +0000 (08:21 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 Jul 2008 06:21:21 +0000 (08:21 +0200) |
src/ipmi.c | patch | blob | history |
diff --git a/src/ipmi.c b/src/ipmi.c
index 95e2e7c1023fd140e7012920e548d2ad4c5ed5e6..956aaf44c25cc3bf659e02e7768bca6268449f24 100644 (file)
--- a/src/ipmi.c
+++ b/src/ipmi.c
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))
{