diff options
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-x | other/travis/toxcore-script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index df1462de..54ee41a9 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script | |||
@@ -28,9 +28,9 @@ if perl -e ' | |||
28 | socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1; | 28 | socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1; |
29 | bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1; | 29 | bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1; |
30 | '; then | 30 | '; then |
31 | USE_IPV6=yes | 31 | USE_IPV6=yes |
32 | else | 32 | else |
33 | USE_IPV6=no | 33 | USE_IPV6=no |
34 | fi | 34 | fi |
35 | 35 | ||
36 | 36 | ||