diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-17 10:00:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 10:00:19 +0200 |
commit | 6ac288a990251b39218fa219f03a2048124b9352 (patch) | |
tree | ffb840c43202f5d9b479045e59652e4862a96000 /src/core/main.c | |
parent | 0b493a02631d08bd2f48db8bc618dcd1fe3bdcb3 (diff) | |
parent | 881e6b5edfd6ff82e0683678f19c887cbacab344 (diff) |
Merge pull request #4123 from keszybz/network-file-dropins
Network file dropins
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 7d8322ebd8..803307c9d5 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -715,7 +715,7 @@ static int parse_config_file(void) { CONF_PATHS_NULSTR("systemd/system.conf.d") : CONF_PATHS_NULSTR("systemd/user.conf.d"); - config_parse_many(fn, conf_dirs_nulstr, "Manager\0", config_item_table_lookup, items, false, NULL); + config_parse_many_nulstr(fn, conf_dirs_nulstr, "Manager\0", config_item_table_lookup, items, false, NULL); /* Traditionally "0" was used to turn off the default unit timeouts. Fix this up so that we used USEC_INFINITY * like everywhere else. */ |