]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Use lsu_merge_config_file_options().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 14 Mar 2018 23:04:06 +0000 (00:04 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 22 Apr 2018 18:30:37 +0000 (20:30 +0200)
commitd4603bf234d23adb56b208efb90ce66772c4ef5b
tree3efd19b9b6b81ecdb36cf33ab891ce391eddac70
parent8919784065fdfd210dc25e4ab31c6fa92f9e3219
audiod: Use lsu_merge_config_file_options().

Besides reading and merging the config file, parse_config_or_die()
also creates the uid whitelist. This part has to be retained, but we
can reduce the indentation level by returning early if --user-allow
was not given.
audiod.c