On 8/4/21 7:05 PM, Daniel P. Berrangé wrote: > This reverts commit 05bd8db60b35b7706100d9cbbaeb13992965e0f2. > > It is true that the remote driver client now contains logic for probing > the driver to connect to when using modular daemons. This logic, however, > only runs when the remote driver is NOT running inside a daemon since we > don't want it activated inside libvirtd. Since the same remote driver > build is used in all daemons, we can't rely on it in virtproxyd either. > Thus we need to keep the virtproxyd probing logic > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > src/remote/remote_daemon_dispatch.c | 77 +++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal