From 73081c90a3633ad5b71dca7256965edd703c2126 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Jan 2012 15:58:21 +0000 Subject: [PATCH] -fix log call --- src/vpn/gnunet-service-vpn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c index aa95e429f..0616ea218 100644 --- a/src/vpn/gnunet-service-vpn.c +++ b/src/vpn/gnunet-service-vpn.c @@ -951,7 +951,8 @@ route_packet (struct DestinationEntry *destination, dpt, inet_ntop (destination->details.exit_destination.af, &destination->details.exit_destination.ip, - xbuf, sizeof (xbuf))); + xbuf, sizeof (xbuf)), + dpt); } } else -- 2.25.1