diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-27 15:07:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-27 15:07:21 +0100 |
| commit | f80e2f7b370c3a6dfa8a78c9665a8eaf43a05f03 (patch) | |
| tree | a71e6e42c93fec31b12226a404bc87a50cf51422 /src/tools/dcpomatic_batch.cc | |
| parent | 89a4ad5f9d430e29758e5cca82a66ff3b6f11ea7 (diff) | |
Move ports around to allow master/server to coexist (#962).
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 308874354..9b6fdfd8d 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -252,7 +252,7 @@ class JobServer : public Server { public: JobServer (DOMFrame* frame) - : Server (Config::instance()->server_port_base() + 2) + : Server (BATCH_JOB_PORT) , _frame (frame) {} |
