projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b1d719
)
utils_ignorelist.c: remove useless assignment
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 09:52:02 +0000
(11:52 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 09:52:02 +0000
(11:52 +0200)
[src/daemon/utils_ignorelist.c:238]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
src/daemon/utils_ignorelist.c
patch
|
blob
|
history
diff --git
a/src/daemon/utils_ignorelist.c
b/src/daemon/utils_ignorelist.c
index
79824a6
..
311cb07
100644
(file)
--- a/
src/daemon/utils_ignorelist.c
+++ b/
src/daemon/utils_ignorelist.c
@@
-235,7
+235,6
@@
void ignorelist_free (ignorelist_t *il)
}
sfree (il);
- il = NULL;
} /* void ignorelist_destroy (ignorelist_t *il) */
/*