summaryrefslogtreecommitdiff
path: root/tests/anonself.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/anonself.c')
-rw-r--r--tests/anonself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/anonself.c b/tests/anonself.c
index 52136cb9b2..94c39122a5 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -61,7 +61,7 @@ tcp_connect (void)
sa.sin_port = htons (atoi (PORT));
inet_pton (AF_INET, SERVER, &sa.sin_addr);
- err = connect (sd, (struct sockaddr *) & sa, sizeof (sa));
+ err = connect (sd, (struct sockaddr *) &sa, sizeof (sa));
if (err < 0)
{
fprintf (stderr, "Connect error\n");