diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-06-06 20:47:48 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-06-06 20:47:48 +0200 |
commit | 740b30688bd745a527f96f9116c19acb3480971a (patch) | |
tree | 2709a3f4dba11c174aa9e1ba3612e30c578e76a9 /src/dv/plugin_transport_dv.c | |
parent | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff) |
Imported Upstream version 0.9.3upstream/0.9.3
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r-- | src/dv/plugin_transport_dv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c index 8ee49c5..3a8bafc 100644 --- a/src/dv/plugin_transport_dv.c +++ b/src/dv/plugin_transport_dv.c @@ -385,9 +385,7 @@ dv_plugin_check_address (void *cls, const void *addr, size_t addrlen) * notify us by calling the env->session_end function * * @param cls the plugin - * @param target the neighbour id - * @param addr pointer to the address - * @param addrlen length of addr + * @param address the address * @return the session if the address is valid, NULL otherwise */ static struct Session * |