Use a more expected value for SHARED_TRESV.

This commit is contained in:
Jilles Tjoelker 2008-01-05 14:58:13 +01:00
parent d180319a9d
commit f726dd0928
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ struct remote_conf
#define SHARED_TXLINE 0x0010
#define SHARED_PXLINE 0x0020
#define SHARED_UNXLINE 0x0040
#define SHARED_TRESV 0x0800
#define SHARED_TRESV 0x0080
#define SHARED_PRESV 0x0100
#define SHARED_UNRESV 0x0200
#define SHARED_REHASH 0x0400