From 213e1b8b7c4b2a869fc92cd1d7eb0486b06956eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Sun, 10 Apr 2011 11:22:36 +0000 Subject: [PATCH] documentation-change --- src/vpn/gnunet-daemon-exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index c7d851cb3..c897dfbec 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -61,8 +61,8 @@ static int ret; static struct GNUNET_MESH_Handle *mesh_handle; /** - * This hashmap contains the mapping from peer, service-descriptor, - * source-port and destination-port to a socket + * This hashmaps contains the mapping from peer, service-descriptor, + * source-port and destination-port to a struct redirect_state */ static struct GNUNET_CONTAINER_MultiHashMap *udp_connections; static struct GNUNET_CONTAINER_MultiHashMap *tcp_connections; -- 2.25.1