From: Christian Grothoff Date: Fri, 28 Jun 2013 15:26:31 +0000 (+0000) Subject: -fix comment X-Git-Tag: initial-import-from-subversion-38251~8572 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e5a398072753c14ebf8b269cf0606408c067e2df;p=oweals%2Fgnunet.git -fix comment --- 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