aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-17 10:49:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-17 10:49:52 +0000
commitbfad36443c3fc7ffd7687382e9380a42d87b7ac7 (patch)
tree17270fd58eb5247e633e0090dbc100d63f8ed2eb /src/util/disk.c
parent78927ac9d6cf01d87b444004e773c881e7319b4c (diff)
downloadgnunet-bfad36443c3fc7ffd7687382e9380a42d87b7ac7.tar.gz
gnunet-bfad36443c3fc7ffd7687382e9380a42d87b7ac7.zip
-we are not ms
Diffstat (limited to 'src/util/disk.c')
-rw-r--r--src/util/disk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/disk.c b/src/util/disk.c
index d530e6e2e..5cd85b67b 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -2163,7 +2163,8 @@ create_selectable_pipe (PHANDLE read_pipe_ptr, PHANDLE write_pipe_ptr,
2163 /* Default to error. */ 2163 /* Default to error. */
2164 *read_pipe_ptr = *write_pipe_ptr = INVALID_HANDLE_VALUE; 2164 *read_pipe_ptr = *write_pipe_ptr = INVALID_HANDLE_VALUE;
2165 2165
2166 HANDLE read_pipe = INVALID_HANDLE_VALUE, write_pipe = INVALID_HANDLE_VALUE; 2166 HANDLE read_pipe;
2167 HANDLE write_pipe;
2167 2168
2168 /* Ensure that there is enough pipe buffer space for atomic writes. */ 2169 /* Ensure that there is enough pipe buffer space for atomic writes. */
2169 if (psize < PIPE_BUF) 2170 if (psize < PIPE_BUF)