gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3045 - GNUnet/src/util/network


From: grothoff
Subject: [GNUnet-SVN] r3045 - GNUnet/src/util/network
Date: Sat, 24 Jun 2006 18:34:53 -0700 (PDT)

Author: grothoff
Date: 2006-06-24 18:34:51 -0700 (Sat, 24 Jun 2006)
New Revision: 3045

Modified:
   GNUnet/src/util/network/daemon.c
Log:
fix

Modified: GNUnet/src/util/network/daemon.c
===================================================================
--- GNUnet/src/util/network/daemon.c    2006-06-25 01:32:01 UTC (rev 3044)
+++ GNUnet/src/util/network/daemon.c    2006-06-25 01:34:51 UTC (rev 3045)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2005 Christian Grothoff (and other contributing authors)
+     (C) 2005, 2006 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -43,8 +43,7 @@
   csHdr.type
     = htons(CS_PROTO_traffic_COUNT);
   if (SYSERR == connection_write(sock,
-                                &csHdr,
-                                YES)) {
+                                &csHdr)) {
     connection_destroy(sock);
     return SYSERR;
   }
@@ -66,8 +65,7 @@
   csHdr.type
     = htons(CS_PROTO_SHUTDOWN_REQUEST);
   if (SYSERR == connection_write(sock,
-                                &csHdr,
-                                YES)) {
+                                &csHdr)) {
     connection_close_temporarily(sock);
     return SYSERR;
   }





reply via email to

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