summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-12-20 16:31:00 +0100
committerAndreas Schneider <asn@samba.org>2013-12-20 16:31:00 +0100
commit33404b45bcbca1691d3d9fb8bb5b4f2c15caef0e (patch)
tree827a06d6e1416e0bdcddee30d230a8c379dde415 /tests/torture.h
parent38823ac68e44c8084c98c8b869fb8b37abc38664 (diff)
downloadsocket_wrapper-33404b45bcbca1691d3d9fb8bb5b4f2c15caef0e.tar.gz
socket_wrapper-33404b45bcbca1691d3d9fb8bb5b4f2c15caef0e.tar.xz
socket_wrapper-33404b45bcbca1691d3d9fb8bb5b4f2c15caef0e.zip
torture: Let the echo server listen on anyaddr.
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 3d0b517..fd4ffe6 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -46,7 +46,7 @@
#define TORTURE_ECHO_SRV_IPV4 "127.0.0.10"
/* socket wrapper IPv6 prefix fd00::5357:5fxx */
-#define TORTURE_ECHO_SRV_IPV6 "fd00::5357:5f10"
+#define TORTURE_ECHO_SRV_IPV6 "fd00::5357:5f0a"
#define TORTURE_ECHO_SRV_PORT 7
struct torture_state {