gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13929 - branches/gnunet/mantis_0001616/src/util


From: gnunet
Subject: [GNUnet-SVN] r13929 - branches/gnunet/mantis_0001616/src/util
Date: Sun, 19 Dec 2010 13:46:24 +0100

Author: durner
Date: 2010-12-19 13:46:24 +0100 (Sun, 19 Dec 2010)
New Revision: 13929

Modified:
   branches/gnunet/mantis_0001616/src/util/disk.c
Log:
fix misapplied patch

Modified: branches/gnunet/mantis_0001616/src/util/disk.c
===================================================================
--- branches/gnunet/mantis_0001616/src/util/disk.c      2010-12-18 18:09:06 UTC 
(rev 13928)
+++ branches/gnunet/mantis_0001616/src/util/disk.c      2010-12-19 12:46:24 UTC 
(rev 13929)
@@ -1927,6 +1927,7 @@
           GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Trying to create unique named 
pipe `%s'\n", *fn);
 #endif
           h = CreateNamedPipe (*fn, openMode | FILE_FLAG_OVERLAPPED | 
FILE_FLAG_FIRST_PIPE_INSTANCE,
+              PIPE_TYPE_BYTE | PIPE_READMODE_BYTE, 2, 1, 1, 0, NULL);
         }
       error_code = GetLastError ();
       if (name)




reply via email to

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