Disable Token support in Ultimate. V3 does not support it and V2 support is not complete
This commit is contained in:
parent
f3ff052072
commit
46b44ba719
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
#ifdef ULTIMATE3
|
||||
|
||||
/* we support tokens */
|
||||
#define GOTTOKENSUPPORT
|
||||
#undef GOTTOKENSUPPORT
|
||||
/* we support CLIENT */
|
||||
#define GOTCLIENTSUPPORT
|
||||
/* we have vhost support */
|
||||
|
@ -55,7 +55,7 @@
|
|||
#else /* !ULTIMATE3 */
|
||||
|
||||
/* we support tokens */
|
||||
#define GOTTOKENSUPPORT
|
||||
#undef GOTTOKENSUPPORT
|
||||
/* we don't support CLIENT */
|
||||
#undef GOTCLIENTSUPPORT
|
||||
/* we have vhost support */
|
||||
|
|
Reference in a new issue