aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-service-vpn.c')
-rw-r--r--src/vpn/gnunet-service-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 418fb5a58..21fab6086 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -748,7 +748,7 @@ handle_regex_result (void *cls,
748 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 748 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
749 "Exit %s found for destination %s!\n", 749 "Exit %s found for destination %s!\n",
750 GNUNET_i2s (id), 750 GNUNET_i2s (id),
751 print_channel_destination (&ts->destination), 751 print_channel_destination (&ts->destination));
752 switch (ts->af) 752 switch (ts->af)
753 { 753 {
754 case AF_INET: 754 case AF_INET: