Re: [PATCH] debuginfod: Check the DEBUGINFOD_URLS environment variable early in client.

2019-12-11 Thread Mark Wielaard
On Mon, 2019-12-09 at 19:49 +0100, Mark Wielaard wrote: > If the debuginfod-client isn't configured we should do as little > as possible. Simply return early with ENOSYS if no servers are > configured. This means we won't check > > This does change the behavior of the debuginfod_find calls slightl

[PATCH] debuginfod: Check the DEBUGINFOD_URLS environment variable early in client.

2019-12-09 Thread Mark Wielaard
If the debuginfod-client isn't configured we should do as little as possible. Simply return early with ENOSYS if no servers are configured. This means we won't check This does change the behavior of the debuginfod_find calls slightly. Previously we would setup and check the cache if the given buil