diff --git a/doc/Changelog b/doc/Changelog index 2955b3d0c..bafc194f8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -8,6 +8,7 @@ clients with different EDNS parameters, from Jinmei Tatuya. - Fix #1118: libunbound.pc sets strange Libs, Libs.private values. - Added Requires line to libunbound.pc + - Please doxygen by modifying mesh.h 17 October 2016: Wouter - Re-fix #839 from view commit overwrite. diff --git a/services/mesh.h b/services/mesh.h index ca09d8958..612cbb7f9 100644 --- a/services/mesh.h +++ b/services/mesh.h @@ -461,7 +461,6 @@ int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub); * @param rep: comm point reply info. * @param qid: ID of reply. * @param qflags: original query flags. - * @param qname: original query name. * @param qinfo: original query info. * @return: 0 on alloc error. */