mirror of https://github.com/eclipse/paho.mqtt.c
Test3 debugging
This commit is contained in:
parent
9c4d19f3c2
commit
391bed8f41
|
|
@ -908,7 +908,7 @@ int test3a_s(struct Options options)
|
|||
fprintf(xml, "<testcase classname=\"test3\" name=\"test 3a_s\"");
|
||||
global_start_time = start_clock();
|
||||
|
||||
if (!(assert("good rc from create", (rc = MQTTClient_create(&c, options.server_auth_connection, "test3a_s",
|
||||
if (!(assert("good rc from create", (rc = MQTTClient_create(&c, options.mutual_auth_connection, "test3a_s",
|
||||
MQTTCLIENT_PERSISTENCE_DEFAULT, persistenceStore)) == MQTTCLIENT_SUCCESS, "rc was %d\n", rc)))
|
||||
goto exit;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue