projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02621a7
)
ping plugin: reformat
author
lilydjwg
<lilydjwg@gmail.com>
Tue, 1 May 2018 07:14:26 +0000
(15:14 +0800)
committer
lilydjwg
<lilydjwg@gmail.com>
Tue, 1 May 2018 07:14:26 +0000
(15:14 +0800)
src/ping.c
patch
|
blob
|
history
diff --git
a/src/ping.c
b/src/ping.c
index
8a17411
..
b07a424
100644
(file)
--- a/
src/ping.c
+++ b/
src/ping.c
@@
-476,7
+476,7
@@
static int ping_config(const char *key, const char *value) /* {{{ */
hl->next = hostlist_head;
hostlist_head = hl;
} else if (strcasecmp(key, "AddressFamily") == 0) {
- char
*
af = NULL;
+ char
*
af = NULL;
int status = config_set_string(key, &af, value);
if (status != 0)
return status;