aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 0143772db..8d1cc0cee 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -799,9 +799,6 @@ main (int argc, char *argv[])
799 if (strstr(argv[0], "tcp_nat") != NULL) 799 if (strstr(argv[0], "tcp_nat") != NULL)
800 { 800 {
801 is_tcp_nat = GNUNET_YES; 801 is_tcp_nat = GNUNET_YES;
802#ifdef MINGW
803 return 0;
804#endif
805 } 802 }
806 else if (strstr(argv[0], "tcp") != NULL) 803 else if (strstr(argv[0], "tcp") != NULL)
807 { 804 {
@@ -810,9 +807,6 @@ main (int argc, char *argv[])
810 else if (strstr(argv[0], "https") != NULL) 807 else if (strstr(argv[0], "https") != NULL)
811 { 808 {
812 is_https = GNUNET_YES; 809 is_https = GNUNET_YES;
813#ifdef MINGW
814 return 0;
815#endif
816 } 810 }
817 else if (strstr(argv[0], "http") != NULL) 811 else if (strstr(argv[0], "http") != NULL)
818 { 812 {