summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-12-11 12:56:21 +0100
committerAndreas Schneider <asn@samba.org>2013-12-11 16:27:40 +0100
commit6419e8f9a1f09017964ebbb1fb971083bd876e48 (patch)
tree247066286a6eeb845b4eb79a0721eeebec89e7e8 /tests/torture.h
parent63c9d85b6bb13f5e1649323980bc0f3f94b8ee40 (diff)
downloadsocket_wrapper-6419e8f9a1f09017964ebbb1fb971083bd876e48.tar.gz
socket_wrapper-6419e8f9a1f09017964ebbb1fb971083bd876e48.tar.xz
socket_wrapper-6419e8f9a1f09017964ebbb1fb971083bd876e48.zip
tests: Check the returned ip from recvfrom.
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/torture.h b/tests/torture.h
index be2556f..7b88a4c 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -44,8 +44,8 @@
#include <string.h>
#define TORTURE_ECHO_SRV_IPV4 "127.0.0.10"
-/* socket wrapper IPv6 prefix FD00::5357:5Fxx */
-#define TORTURE_ECHO_SRV_IPV6 "FD00::5357:5F10"
+/* socket wrapper IPv6 prefix fd00::5357:5fxx */
+#define TORTURE_ECHO_SRV_IPV6 "fd00::5357:5f10"
#define TORTURE_ECHO_SRV_PORT 7
struct torture_state {