0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-23 10:58:37 +02:00

Use a more expected value for SHARED_TRESV.

This commit is contained in:
Jilles Tjoelker 2008-01-05 14:58:13 +01:00
parent b4838ccdf5
commit de82e84fae

View file

@ -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