gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 05/14: W32: Fix the conditaions for the ifconfig f


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 05/14: W32: Fix the conditaions for the ifconfig function
Date: Sat, 25 Feb 2017 22:04:55 +0100

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

lrn pushed a commit to branch master
in repository gnunet.

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

    W32: Fix the conditaions for the ifconfig function
    
    It's not used on W32.
---
 src/util/os_network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/os_network.c b/src/util/os_network.c
index 2ac1a16d3..5cb2b6864 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -35,7 +35,7 @@
 #define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file 
(kind, "util-os-network", syscall, filename)
 
 
-#if ! (HAVE_GETIFADDRS && HAVE_FREEIFADDRS)
+#if ! (HAVE_GETIFADDRS && HAVE_FREEIFADDRS) && !MINGW
 /**
  * Try to enumerate all network interfaces using 'ifconfig'.
  *

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



reply via email to

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