gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4960 - in GNUnet/src/applications: bootstrap_http pingpong


From: gnunet
Subject: [GNUnet-SVN] r4960 - in GNUnet/src/applications: bootstrap_http pingpong
Date: Fri, 8 Jun 2007 14:31:51 -0600 (MDT)

Author: grothoff
Date: 2007-06-08 14:31:51 -0600 (Fri, 08 Jun 2007)
New Revision: 4960

Modified:
   GNUnet/src/applications/bootstrap_http/http.c
   GNUnet/src/applications/pingpong/pingpong.c
Log:
typo

Modified: GNUnet/src/applications/bootstrap_http/http.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/http.c       2007-06-08 20:29:53 UTC 
(rev 4959)
+++ GNUnet/src/applications/bootstrap_http/http.c       2007-06-08 20:31:51 UTC 
(rev 4960)
@@ -418,7 +418,7 @@
   stats = coreAPI->requestService("stats");
   if (stats != NULL) {
     stat_hellodownloaded
-      = stats->create(gettext_noop("# hellos downloaded via http"));
+      = stats->create(gettext_noop("# HELLOs downloaded via http"));
   }
   api.bootstrap = &downloadHostlist;
   return &api;

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2007-06-08 20:29:53 UTC (rev 
4959)
+++ GNUnet/src/applications/pingpong/pingpong.c 2007-06-08 20:31:51 UTC (rev 
4960)
@@ -220,7 +220,7 @@
         "Received plaintext ping from peer %s.\n",
         &enc);
 #endif
-  pong = *ping;
+  pong = *pmsg;
   pong.header.type = htons(p2p_PROTO_PONG);
   /* allow using a different transport for sending the reply, the
      transport may have been uni-directional! */





reply via email to

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