summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-15 23:32:14 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-15 23:32:14 +0000
commita4c879780de75f1293ffeea2366355b00d4e9459 (patch)
treead3b82393aee01ebb577727ff7219dd722dc20bf /src/tools/dcpomatic_batch.cc
parente790d0d890475851a0258240f97cf822d4ee9ee7 (diff)
Try an ack on request for the batch converter to do a job.
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
-rw-r--r--src/tools/dcpomatic_batch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc
index 5693c391d..109bbfca0 100644
--- a/src/tools/dcpomatic_batch.cc
+++ b/src/tools/dcpomatic_batch.cc
@@ -261,6 +261,7 @@ public:
socket->read (reinterpret_cast<uint8_t*> (buffer.get()), length);
string s (buffer.get());
_frame->start_job (s);
+ socket->write (reinterpret_cast<uint8_t const *> ("OK"), 3);
} catch (...) {
}