projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
47c86ac
25ecb56
)
Merge branch 'collectd-5.7'
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 6 Jun 2017 08:31:07 +0000
(10:31 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 6 Jun 2017 08:31:07 +0000
(10:31 +0200)
Conflicts:
src/intel_rdt.c
1
2
src/intel_rdt.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/intel_rdt.c
index
2e0fe0f
,
6f157b8
..
7966daa
---
1
/
src/intel_rdt.c
---
2
/
src/intel_rdt.c
+++ b/
src/intel_rdt.c
@@@
-568,7
-546,7
+563,7
@@@
static int rdt_config(oconfig_item_t *c
reports a failure in configuration and
aborts
*/
- goto exit;
- return (0);
++ return (0);
}
#if COLLECT_DEBUG
@@@
-580,8
-557,7
+574,7
@@@
}
}
- exit:
- return (0);
+ return 0;
}
static void rdt_submit_derive(char *cgroup, char *type, char *type_instance,