Author: grothoff Date: 2006-07-29 14:03:24 -0700 (Sat, 29 Jul 2006) New Revision: 3161
Modified: branches/GNUnet-0.7.0/src/applications/stats/clientapi.c Log: redundant Modified: branches/GNUnet-0.7.0/src/applications/stats/clientapi.c =================================================================== --- branches/GNUnet-0.7.0/src/applications/stats/clientapi.c 2006-07-29 21:02:32 UTC (rev 3160) +++ branches/GNUnet-0.7.0/src/applications/stats/clientapi.c 2006-07-29 21:03:24 UTC (rev 3161) @@ -241,21 +241,6 @@ } } } - csStatMsg.header.type - = htons(CS_PROTO_stats_GET_CS_MESSAGE_SUPPORTED); - for (i=0;i<65535;i++) { - csStatMsg.type = htons(i); - if (SYSERR == writeToSocket(sock, - &csStatMsg.header)) - return SYSERR; - if (SYSERR == readTCPResult(sock, &supported)) - return SYSERR; - if (supported == YES) { - ret = processor(i, NO, cls); - if (ret != OK) - break; - } - } return OK; } _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn