gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 07/14: W32: placate GCC by initializing lsocks_wri


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 07/14: W32: placate GCC by initializing lsocks_write_fd to NULL
Date: Sat, 25 Feb 2017 22:04:57 +0100

This is an automated email from the git hooks/post-receive script.

lrn pushed a commit to branch master
in repository gnunet.

commit 661ee7cbf6edef4b90d4e9565e4ce9c38c7037ac
Author: Руслан Ижбулатов <address@hidden>
AuthorDate: Sat Feb 25 12:48:55 2017 +0000

    W32: placate GCC by initializing lsocks_write_fd to NULL
    
    I've treid to find the path where it is used uninitialized, but failed to 
find it.
    Just make GCC shut up.
---
 src/util/os_priority.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index b33539742..2c4f7ca09 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1091,7 +1091,10 @@ start_process (int pipe_control,
                                        &lsocks_read, sizeof (HANDLE));
   }
   else
+  {
     lsocks_pipe = NULL;
+    lsocks_write_fd = NULL;
+  }
 
   env_off = 0;
   if (GNUNET_YES == pipe_control)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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