gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3192 - GNUnet/src/transports


From: grothoff
Subject: [GNUnet-SVN] r3192 - GNUnet/src/transports
Date: Sun, 30 Jul 2006 20:29:22 -0700 (PDT)

Author: grothoff
Date: 2006-07-30 20:29:21 -0700 (Sun, 30 Jul 2006)
New Revision: 3192

Modified:
   GNUnet/src/transports/nat.c
Log:
dead

Modified: GNUnet/src/transports/nat.c
===================================================================
--- GNUnet/src/transports/nat.c 2006-07-31 03:27:39 UTC (rev 3191)
+++ GNUnet/src/transports/nat.c 2006-07-31 03:29:21 UTC (rev 3192)
@@ -58,8 +58,6 @@
  * @return OK on success, SYSERR on failure
  */
 static int verifyHelo(const P2P_hello_MESSAGE * helo) {
-  const char * yesno[] = { "YES", "NO", NULL };
-  const char * value;
   if ( (ntohs(helo->senderAddressSize) != sizeof(HostAddress)) ||
        (ntohs(helo->header.size) != P2P_hello_MESSAGE_size(helo)) ||
        (ntohs(helo->header.type) != p2p_PROTO_hello) ) {
@@ -90,8 +88,6 @@
  * @return hello on success, NULL on error
  */
 static P2P_hello_MESSAGE * createhello() {
-  const char * yesno[] = { "YES", "NO", NULL };
-  const char * value;
   P2P_hello_MESSAGE * msg;
 
   if (NO == GC_get_configuration_value_yesno(coreAPI->cfg,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]