aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-24 15:01:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-24 15:01:16 +0000
commit772d8465381449e08878c0f226994c01f27c35dc (patch)
treeb8ca1fa3dc0a850841c17e5485144ed9065c8236 /src/vpn
parente7a5ecbe4366a7bbcd36e3875ff725680cac7eaa (diff)
downloadgnunet-772d8465381449e08878c0f226994c01f27c35dc.tar.gz
gnunet-772d8465381449e08878c0f226994c01f27c35dc.zip
-fixes
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c
index 5ec62f531..91cb9c495 100644
--- a/src/vpn/test_gnunet_vpn.c
+++ b/src/vpn/test_gnunet_vpn.c
@@ -374,7 +374,7 @@ run (void *cls, char *const *args, const char *cfgfile,
374 rr = GNUNET_VPN_redirect_to_ip (vpn, 374 rr = GNUNET_VPN_redirect_to_ip (vpn,
375 AF_INET, 375 AF_INET,
376 AF_INET, 376 AF_INET,
377 &v4, 377 &v4.sin_addr,
378 GNUNET_YES, 378 GNUNET_YES,
379 GNUNET_TIME_UNIT_FOREVER_ABS, 379 GNUNET_TIME_UNIT_FOREVER_ABS,
380 &allocation_cb, NULL); 380 &allocation_cb, NULL);