Make stop() private and use drop() instead.
authorCarl Hetherington <cth@carlh.net>
Sun, 8 Oct 2023 13:48:58 +0000 (15:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Dec 2023 01:07:38 +0000 (02:07 +0100)
commit3237a201c9071172c51708024081ecddc98ee228
treeff213f247179a4065173bbf75d2281b61ca44813
parent7c0051ada0098452343e3639edd9ffe6b8472f18
Make stop() private and use drop() instead.

This avoids confusing situations where we call stop(), then try
to restart the finder (unsuccessfully, because once it's stop()ped
it will stay around, never to be restarted).
src/lib/encode_server_finder.h
src/tools/dcpomatic_cli.cc
test/test.cc