-fix log call
authorChristian Grothoff <christian@grothoff.org>
Tue, 17 Jan 2012 15:58:21 +0000 (15:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 17 Jan 2012 15:58:21 +0000 (15:58 +0000)
src/vpn/gnunet-service-vpn.c

index aa95e429f75b6c0eb56f307002dba490671934ab..0616ea218ef7ccd7ec5c0b938e296d119efb88d6 100644 (file)
@@ -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