diff options
author | Kay Sievers <kay@vrfy.org> | 2013-02-08 10:22:02 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-02-08 10:23:04 +0100 |
commit | 7850b3b83791ba0e2377ba40383c5abc258b839d (patch) | |
tree | 2d4630e93d854d4af19c4d0b1f3f6eee32fe0627 /src/binfmt/binfmt.c | |
parent | 0b9cc004a4dd20b32459615dd1ab98ba27202095 (diff) |
shared: conf-files - add root parameter
Diffstat (limited to 'src/binfmt/binfmt.c')
-rw-r--r-- | src/binfmt/binfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c index 788fd4b1a4..296607d6a2 100644 --- a/src/binfmt/binfmt.c +++ b/src/binfmt/binfmt.c @@ -138,7 +138,7 @@ int main(int argc, char *argv[]) { } else { char **files, **f; - r = conf_files_list(&files, ".conf", + r = conf_files_list(&files, ".conf", NULL, "/etc/binfmt.d", "/run/binfmt.d", "/usr/local/lib/binfmt.d", |