aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 67960ef97..57dca9ae2 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
@@ -375,7 +375,7 @@ struct GNS_ResolverHandle
375 * and thus can deduct the LEHO from that transition. 375 * and thus can deduct the LEHO from that transition.
376 */ 376 */
377 char *leho; 377 char *leho;
378 378
379 /** 379 /**
380 * DLL of results we got from DNS. 380 * DLL of results we got from DNS.
381 */ 381 */
@@ -2409,7 +2409,7 @@ handle_dht_response (void *cls,
2409 co); 2409 co);
2410 GNUNET_CONTAINER_DLL_insert (co_head, 2410 GNUNET_CONTAINER_DLL_insert (co_head,
2411 co_tail, 2411 co_tail,
2412 co); 2412 co);
2413} 2413}
2414 2414
2415 2415