else
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","tcp","symmetric");
}
- if (is_udp == GNUNET_YES)
+ else if (is_udp == GNUNET_YES)
{
if (is_asymmetric_recv_constant == GNUNET_YES)
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","udp","asymmetric_recv_constant");
else
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","udp","symmetric");
}
- if (is_http == GNUNET_YES)
+ else if (is_http == GNUNET_YES)
{
if (is_asymmetric_recv_constant == GNUNET_YES)
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","http","asymmetric_recv_constant");
else
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","http","symmetric");
}
- if (is_https == GNUNET_YES)
+ else if (is_https == GNUNET_YES)
{
if (is_asymmetric_recv_constant == GNUNET_YES)
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","https","asymmetric_recv_constant");
else
GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","https","symmetric");
}
+ else
+ {
+ GNUNET_asprintf(&logger, "test-quota-compliance-%s-%s","noplugin","none");
+ }
GNUNET_DISK_directory_remove ("/tmp/test_quota_compliance_peer1");
GNUNET_DISK_directory_remove ("/tmp/test_quota_compliance_peer2");