aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/test_quota_compliance.c6
-rw-r--r--src/transport/test_transport_api.c9
2 files changed, 0 insertions, 15 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 {
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 289b3ed79..cdad7b798 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -688,9 +688,6 @@ main (int argc, char *argv[])
688 if (strstr(argv[0], "tcp_nat") != NULL) 688 if (strstr(argv[0], "tcp_nat") != NULL)
689 { 689 {
690 is_tcp_nat = GNUNET_YES; 690 is_tcp_nat = GNUNET_YES;
691#ifdef MINGW
692 return 0;
693#endif
694 if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server")) 691 if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server"))
695 { 692 {
696 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 693 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
@@ -706,9 +703,6 @@ main (int argc, char *argv[])
706 else if (strstr(argv[0], "udp_nat") != NULL) 703 else if (strstr(argv[0], "udp_nat") != NULL)
707 { 704 {
708 is_udp_nat = GNUNET_YES; 705 is_udp_nat = GNUNET_YES;
709#ifdef MINGW
710 return 0;
711#endif
712 if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server")) 706 if (GNUNET_YES != check_gnunet_nat_binary("gnunet-nat-server"))
713 { 707 {
714 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 708 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
@@ -728,9 +722,6 @@ main (int argc, char *argv[])
728 else if (strstr(argv[0], "https") != NULL) 722 else if (strstr(argv[0], "https") != NULL)
729 { 723 {
730 is_https = GNUNET_YES; 724 is_https = GNUNET_YES;
731#ifdef MINGW
732 return 0;
733#endif
734 } 725 }
735 else if (strstr(argv[0], "http") != NULL) 726 else if (strstr(argv[0], "http") != NULL)
736 { 727 {