We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d42a2 commit 1607038Copy full SHA for 1607038
tests/Mqtt5ClientTest.cpp
@@ -754,7 +754,7 @@ static int s_applyTunnelingProxyToClientOptions(
754
const Mqtt5TestEnvVars &mqtt5TestVars,
755
Mqtt5TestContext &)
756
{
757
- if (mqtt5TestVars.m_httpproxy_hostname->len == 0)
+ if (!mqtt5TestVars.m_httpproxy_hostname || mqtt5TestVars.m_httpproxy_hostname->len == 0)
758
759
return AWS_OP_SKIP;
760
}
0 commit comments