Remove duplicate #define

`MAX_DATA_CHUNK` was defined twice in qrexec.h with the same value.
This commit is contained in:
Reynir Björnsson 2017-12-30 15:54:07 +01:00 committed by GitHub
parent 929e03bcba
commit f4ec550291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@
#define NOGUI_CMD_PREFIX "nogui:"
#define NOGUI_CMD_PREFIX_LEN (sizeof(NOGUI_CMD_PREFIX)-1)
#define VCHAN_BASE_PORT 512
#define MAX_DATA_CHUNK 4096
/* Messages sent over control vchan between daemon(dom0) and agent(vm).
* The same are used between client(dom0) and daemon(dom0).