[hipl-commit] [trunk] Rev 4314: Remove disabled code from the lib/dht directory.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 16 Apr 2010 03:46:28 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/04/2010 at 03:46:28
Revision: 4314
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove disabled code from the lib/dht directory.

Modified:
  M  lib/dht/libhipdhtxml.c

=== modified file 'lib/dht/libhipdhtxml.c'
--- lib/dht/libhipdhtxml.c      2010-04-09 16:24:44 +0000
+++ lib/dht/libhipdhtxml.c      2010-04-16 00:46:07 +0000
@@ -423,7 +423,6 @@
             if (xml_node->next) {
                 xml_node_value = xml_node->next;   /* value */
                 xml_data       = xmlNodeGetContent(xml_node_value);
-                /* strcpy((char *)out_value, (char *)xml_data); */
                 xmlFree(xml_data);
                 HIP_DEBUG("Error from the openDHT: %s\n", xml_data);
                 ret            = -1;

Other related posts:

  • » [hipl-commit] [trunk] Rev 4314: Remove disabled code from the lib/dht directory. - Diego Biurrun