summaryrefslogtreecommitdiff
path: root/plugin/win_auth_client/handshake_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/win_auth_client/handshake_client.cc')
-rw-r--r--plugin/win_auth_client/handshake_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/win_auth_client/handshake_client.cc b/plugin/win_auth_client/handshake_client.cc
index 28a228cc210..feeaae88d19 100644
--- a/plugin/win_auth_client/handshake_client.cc
+++ b/plugin/win_auth_client/handshake_client.cc
@@ -252,7 +252,7 @@ Blob Handshake_client::process_data(const Blob &data)
static byte test_buf[2048];
if (m_round == 1
- && DBUG_EVALUATE_IF("winauth_first_packet_test", true, false))
+ && DBUG_IF("winauth_first_packet_test"))
{
const char *env= getenv("TEST_PACKET_LENGTH");
size_t len= env ? atoi(env) : 0;