aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 15:11:07 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 15:11:07 +0000
commitc2224023ebd389a62c5a569549ee67e1f984e6ba (patch)
tree644fa28890ee01180f4bc85e8a84168c9b8ea5c0 /src/vpn/gnunet-service-vpn.c
parent8d5551b3b718683d369bf343cb9cdb33c06d5906 (diff)
downloadgnunet-c2224023ebd389a62c5a569549ee67e1f984e6ba.tar.gz
gnunet-c2224023ebd389a62c5a569549ee67e1f984e6ba.zip
-eh, typo
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: