This commit is contained in:
Mészáros Mihály 2017-09-27 21:52:36 +02:00
parent 24919cb8f4
commit b86be4e006

View File

@ -190,7 +190,7 @@ static int stunclient_receive(int sockfd, ioa_addr *local_addr, ioa_addr *reflex
printf("-= ALG detected! Mapped and XOR-Mapped differ! =-\n");
addr_debug_print(1, &mapped_addr, "Mapped Address: ");
} else {
printf("No ALG: Mapped and XOR-Mapped is equal.\n");
printf("No ALG: Mapped == XOR-Mapped\n");
}
} else {
printf("Not received mapped address attribute!\n");
@ -344,7 +344,7 @@ static int stunclient_receive(int sockfd, ioa_addr *local_addr, ioa_addr *reflex
printf("-= ALG detected! Mapped and XOR-Mapped differ! =-\n");
addr_debug_print(1, &mapped_addr, "Mapped Address: ");
}else {
printf("No ALG: Mapped and XOR-Mapped is equal.\n");
printf("No ALG: Mapped == XOR-Mapped\n");
}
} else {
printf("Not received mapped address attribute.\n");