projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb31efd
)
-fix log call
author
Christian Grothoff
<christian@grothoff.org>
Tue, 17 Jan 2012 15:58:21 +0000
(15:58 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 17 Jan 2012 15:58:21 +0000
(15:58 +0000)
src/vpn/gnunet-service-vpn.c
patch
|
blob
|
history
diff --git
a/src/vpn/gnunet-service-vpn.c
b/src/vpn/gnunet-service-vpn.c
index aa95e429f75b6c0eb56f307002dba490671934ab..0616ea218ef7ccd7ec5c0b938e296d119efb88d6 100644
(file)
--- 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