aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 17:58:36 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 17:58:36 +0100
commitc3b77fea0f652b7d8f0641696f3a3418864ab135 (patch)
tree57a0320fe248583863e98938d2e5bea4e7b6f68f /src/nat
parentddadc570d8fd3ce7a4f658adf9a2c9b9d9c0dcba (diff)
downloadgnunet-c3b77fea0f652b7d8f0641696f3a3418864ab135.tar.gz
gnunet-c3b77fea0f652b7d8f0641696f3a3418864ab135.zip
fix calls to test_address, expects a struct sockaddr, not an in_addr
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_api.c b/src/nat/nat_api.c
index 261b901a9..826dbd57a 100644
--- a/src/nat/nat_api.c
+++ b/src/nat/nat_api.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2007-2016 GNUnet e.V. 3 Copyright (C) 2007-2017 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published