common/config: make set_prog_path() accept one argument only
authorEric Biggers <ebiggers@google.com>
Sat, 6 May 2017 00:19:32 +0000 (17:19 -0700)
committerEryu Guan <eguan@redhat.com>
Mon, 8 May 2017 07:33:07 +0000 (15:33 +0800)
All callers of set_prog_path() pass it only one argument, the
program to find on the $PATH.  Therefore, to simplify things remove
the unused code which allowed fallback paths to be specified in the
remaining arguments.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>

No differences found