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>
Sun, 28 Jan 2024 01:01:58 +0000 (02:01 +0100)
commitb23b24b5043efd3ea76b9765f25e4c1eef3da989
tree254c8ad68f3bb0920edb8d1e88382516beaf76a7
parent1760066150070717bf8954313550afdd25a0f3fe
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