aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_test.c
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-20 15:32:31 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-20 15:32:31 +0000
commit787064590f251187bfbe6e33da38c5782f80ada2 (patch)
treec7f9e9a509e3b5eadfc5347a47c36eea01d99428 /src/nat/nat_test.c
parente5af03c2e73f6e4ee8558e29e99ff39a8d7204d2 (diff)
downloadgnunet-787064590f251187bfbe6e33da38c5782f80ada2.tar.gz
gnunet-787064590f251187bfbe6e33da38c5782f80ada2.zip
Fixed GNUNET_CLIENT_service_test on FreeBSD.
This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
Diffstat (limited to 'src/nat/nat_test.c')
-rw-r--r--src/nat/nat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_test.c b/src/nat/nat_test.c
index 387a68d8f..0c1d59a87 100644
--- a/src/nat/nat_test.c
+++ b/src/nat/nat_test.c
@@ -404,7 +404,7 @@ GNUNET_NAT_test_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
404 if ((ret->lsock == NULL) || 404 if ((ret->lsock == NULL) ||
405 (GNUNET_OK != 405 (GNUNET_OK !=
406 GNUNET_NETWORK_socket_bind (ret->lsock, (const struct sockaddr *) &sa, 406 GNUNET_NETWORK_socket_bind (ret->lsock, (const struct sockaddr *) &sa,
407 sizeof (sa)))) 407 sizeof (sa), 0)))
408 { 408 {
409 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 409 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
410 _ 410 _