diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-01-07 17:58:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-01-07 17:58:36 +0100 |
commit | c3b77fea0f652b7d8f0641696f3a3418864ab135 (patch) | |
tree | 57a0320fe248583863e98938d2e5bea4e7b6f68f /src/nat | |
parent | ddadc570d8fd3ce7a4f658adf9a2c9b9d9c0dcba (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_api.c b/src/nat/nat_api.c index 261b901a98..826dbd57a3 100644 --- a/src/nat/nat_api.c +++ b/src/nat/nat_api.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2007-2016 GNUnet e.V. + Copyright (C) 2007-2017 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published |