summaryrefslogtreecommitdiff
path: root/tests/socket-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/socket-test.c')
-rw-r--r--tests/socket-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/socket-test.c b/tests/socket-test.c
index 4fb0d35c..5bcc3b0c 100644
--- a/tests/socket-test.c
+++ b/tests/socket-test.c
@@ -18,6 +18,8 @@ do_unconnected_socket_test (void)
guint res;
struct sockaddr_in in_localhost;
+ g_test_bug ("673083");
+
in_localhost.sin_family = AF_INET;
in_localhost.sin_port = 0;
in_localhost.sin_addr.s_addr = htonl (INADDR_LOOPBACK);