- doc
[oweals/gnunet.git] / src / util / disk.c
index d530e6e2efcdeda3c5d795ae01367c8f0c5ddd12..5cd85b67b3da3cabf98f8dbfb3348a51e3bd7e76 100644 (file)
@@ -2163,7 +2163,8 @@ create_selectable_pipe (PHANDLE read_pipe_ptr, PHANDLE write_pipe_ptr,
   /* 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)