remove old comment
authorPhilipp Tölke <toelke@in.tum.de>
Sun, 10 Apr 2011 13:19:34 +0000 (13:19 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Sun, 10 Apr 2011 13:19:34 +0000 (13:19 +0000)
src/vpn/gnunet-service-dns.c

index ee596fd0dc3a65bcfbc861aef3b8b66931dc7a56..d7c35d0dd44d1f60ecb8a33d98c29c3ab848ff16 100644 (file)
@@ -263,12 +263,6 @@ send_rev_query(void * cls, const struct GNUNET_SCHEDULER_TaskContext *tc) {
                                        GNUNET_TIME_UNIT_FOREVER_REL,
                                        &send_answer,
                                        query_states[id].client);
-
-    /*
-     * build
-     * complete dns-packet with empty name in the answer
-     * provide offsett of the name
-     */
 }
 
 /**