aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn.c
diff options
context:
space:
mode:
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: