projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bfd94
)
openvpn: fix error message
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 29 Nov 2015 17:23:17 +0000
(18:23 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 12 Jan 2016 06:58:56 +0000
(07:58 +0100)
src/openvpn.c
patch
|
blob
|
history
diff --git
a/src/openvpn.c
b/src/openvpn.c
index
9291a16
..
09a6c54
100644
(file)
--- a/
src/openvpn.c
+++ b/
src/openvpn.c
@@
-632,7
+632,7
@@
static int openvpn_config (const char *key, const char *value)
if (vpn_list == NULL)
{
char errbuf[1024];
- ERROR ("openvpn plugin:
m
alloc failed: %s",
+ ERROR ("openvpn plugin:
re
alloc failed: %s",
sstrerror (errno, errbuf, sizeof (errbuf)));
sfree (temp->file);