aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 23:42:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 23:42:57 +0000
commit941c7ee262792114da1811cf4404b04550e071b1 (patch)
treec2fa11d23a0dab54e8e850abd33eb293dba33df8 /src/vpn/gnunet-vpn.c
parent41d3e0863d932024f76d9085b53b84232efdf380 (diff)
downloadgnunet-941c7ee262792114da1811cf4404b04550e071b1.tar.gz
gnunet-941c7ee262792114da1811cf4404b04550e071b1.zip
-minor fixes
Diffstat (limited to 'src/vpn/gnunet-vpn.c')
-rw-r--r--src/vpn/gnunet-vpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpn/gnunet-vpn.c b/src/vpn/gnunet-vpn.c
index 74c9956e2..74975d3d6 100644
--- a/src/vpn/gnunet-vpn.c
+++ b/src/vpn/gnunet-vpn.c
@@ -137,12 +137,13 @@ allocation_cb (void *cls,
137{ 137{
138 char buf[INET6_ADDRSTRLEN]; 138 char buf[INET6_ADDRSTRLEN];
139 139
140 request = NULL;
140 switch (af) 141 switch (af)
141 { 142 {
142 case AF_INET6: 143 case AF_INET6:
143 case AF_INET: 144 case AF_INET:
144 FPRINTF (stdout, 145 FPRINTF (stdout,
145 "%s", 146 "%s\n",
146 inet_ntop (af, address, buf, sizeof (buf))); 147 inet_ntop (af, address, buf, sizeof (buf)));
147 break; 148 break;
148 case AF_UNSPEC: 149 case AF_UNSPEC: