mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Use a more expected value for SHARED_TRESV.
This commit is contained in:
parent
b4838ccdf5
commit
de82e84fae
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct remote_conf
|
||||||
#define SHARED_TXLINE 0x0010
|
#define SHARED_TXLINE 0x0010
|
||||||
#define SHARED_PXLINE 0x0020
|
#define SHARED_PXLINE 0x0020
|
||||||
#define SHARED_UNXLINE 0x0040
|
#define SHARED_UNXLINE 0x0040
|
||||||
#define SHARED_TRESV 0x0800
|
#define SHARED_TRESV 0x0080
|
||||||
#define SHARED_PRESV 0x0100
|
#define SHARED_PRESV 0x0100
|
||||||
#define SHARED_UNRESV 0x0200
|
#define SHARED_UNRESV 0x0200
|
||||||
#define SHARED_REHASH 0x0400
|
#define SHARED_REHASH 0x0400
|
||||||
|
|
Loading…
Reference in a new issue