summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b548ec7)
raw | patch | inline | side by side (parent: b548ec7)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 16 Mar 2009 08:31:04 +0000 (09:31 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 16 Mar 2009 08:31:04 +0000 (09:31 +0100) |
This is how it's documented.
src/filter_chain.c | patch | blob | history |
diff --git a/src/filter_chain.c b/src/filter_chain.c
index 9a52f7c99504179cfdf43f6d2266b9a2c2f81be7..01688ee2d397b8cb3f1ee14f73bbac560b2d7c46 100644 (file)
--- a/src/filter_chain.c
+++ b/src/filter_chain.c
break;
} /* for (ci->children) */
- /* Additional sanity checking. */
- while (status == 0)
- {
- if (chain->targets == NULL)
- {
- WARNING ("Filter subsystem: Chain %s: No default target has been "
- "specified. Please make sure that there is a <Target> block within "
- "the <Chain> block!", chain->name);
- status = -1;
- break;
- }
-
- break;
- } /* while (status == 0) */
-
if (status != 0)
{
fc_free_chains (chain);