From e5a398072753c14ebf8b269cf0606408c067e2df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Jun 2013 15:26:31 +0000 Subject: [PATCH] -fix comment --- src/fs/gnunet-service-fs_mesh.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/fs/gnunet-service-fs_mesh.c b/src/fs/gnunet-service-fs_mesh.c index 9eda536a9..5f1cd65fb 100644 --- a/src/fs/gnunet-service-fs_mesh.c +++ b/src/fs/gnunet-service-fs_mesh.c @@ -1121,11 +1121,9 @@ request_cb (void *cls, /** - * Functions of this type are called upon new mesh connection from other peers - * or upon binding error which happen when the app_port given in - * GNUNET_STREAM_listen() is already taken. + * Functions of this type are called upon new mesh connection from other peers. * - * @param cls the closure from GNUNET_STREAM_listen + * @param cls the closure from GNUNET_MESH_connect * @param socket the socket representing the mesh * @param initiator the identity of the peer who wants to establish a mesh * with us; NULL on binding error -- 2.25.1