diff options
author | Richard Phibel <rphibel@googlemail.com> | 2022-08-08 15:40:46 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-08-12 12:48:29 +0200 |
commit | ead3a3fc87590d91795397cfa82783a3282cdef2 (patch) | |
tree | 4e55661d93aeea54e97b8ea6f2521f3c6f759899 /src/core/main.c | |
parent | 65c2ad985a8debdf6d7d11fee5b466f280260f4b (diff) | |
download | systemd-ead3a3fc87590d91795397cfa82783a3282cdef2.tar.gz |
config-parser: Add list of drop-in files as return argument of config_parse_many
This will be used to save the list of drop-in files for each partition
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c index 467e1dd57c..9ad208fdfc 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -691,6 +691,7 @@ static int parse_config_file(void) { config_item_table_lookup, items, CONFIG_PARSE_WARN, NULL, + NULL, NULL); /* Traditionally "0" was used to turn off the default unit timeouts. Fix this up so that we use |