summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 266c5c6)
raw | patch | inline | side by side (parent: 266c5c6)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 21 Nov 2008 23:57:53 +0000 (00:57 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 21 Nov 2008 23:57:53 +0000 (00:57 +0100) |
Not the flush-list, doh!
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index b00433623f9cd40c3fb66346abe794e64915714c..f222e3acb01cd41f681618bf6507decaf797de4b 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
int success = 0;
int failure = 0;
- le = llist_head (list_flush);
+ le = llist_head (list_write);
while (le != NULL)
{
callback = le->value;
}
else /* plugin != NULL */
{
- le = llist_head (list_flush);
+ le = llist_head (list_write);
while (le != NULL)
{
if (strcasecmp (plugin, le->key) == 0)