summaryrefslogtreecommitdiff
path: root/src/fuzz
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-02 12:06:22 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-03 18:26:12 +0200
commit7ade8982ca1969e251a29589ae918c3b5c595afb (patch)
treed46d1f28323fd06be188c47e953d9c47914b586e /src/fuzz
parentc643bda5ec3afe57c071d96b517cf20ec9f3423e (diff)
downloadsystemd-7ade8982ca1969e251a29589ae918c3b5c595afb.tar.gz
core: remove support for ".include" stanza
Six years ago we declared it obsolete and removed it from the docs (c073a0c4a5ffbf6677dd6af02e7c7d59b2b901ab) and added a note about it in NEWS. Two years ago we add warning messages about it, indicating the feature will be removed (41b283d0f1f4abd85d0bbeeb7f71bb30f87cfab9) and mentioned it in NEWS again. Let's now kill it for good.
Diffstat (limited to 'src/fuzz')
-rw-r--r--src/fuzz/fuzz-unit-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzz/fuzz-unit-file.c b/src/fuzz/fuzz-unit-file.c
index 34f59a4437..c0661433a3 100644
--- a/src/fuzz/fuzz-unit-file.c
+++ b/src/fuzz/fuzz-unit-file.c
@@ -74,7 +74,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
name, name, f,
UNIT_VTABLE(u)->sections,
config_item_perf_lookup, load_fragment_gperf_lookup,
- CONFIG_PARSE_ALLOW_INCLUDE,
+ 0,
u,
NULL);