gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25810 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r25810 - gnunet/src/util
Date: Thu, 17 Jan 2013 11:49:52 +0100

Author: grothoff
Date: 2013-01-17 11:49:52 +0100 (Thu, 17 Jan 2013)
New Revision: 25810

Modified:
   gnunet/src/util/disk.c
Log:
-we are not ms

Modified: gnunet/src/util/disk.c
===================================================================
--- gnunet/src/util/disk.c      2013-01-17 10:28:32 UTC (rev 25809)
+++ gnunet/src/util/disk.c      2013-01-17 10:49:52 UTC (rev 25810)
@@ -2163,7 +2163,8 @@
   /* Default to error. */
   *read_pipe_ptr = *write_pipe_ptr = INVALID_HANDLE_VALUE;
 
-  HANDLE read_pipe = INVALID_HANDLE_VALUE, write_pipe = INVALID_HANDLE_VALUE;
+  HANDLE read_pipe;
+  HANDLE write_pipe;
 
   /* Ensure that there is enough pipe buffer space for atomic writes.  */
   if (psize < PIPE_BUF)




reply via email to

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