gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26937 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r26937 - gnunet-gtk/src/setup
Date: Thu, 18 Apr 2013 17:51:31 +0200

Author: bartpolot
Date: 2013-04-18 17:51:31 +0200 (Thu, 18 Apr 2013)
New Revision: 26937

Modified:
   gnunet-gtk/src/setup/gnunet-setup-transport.c
Log:
- bratao's patch to fix compilation

Modified: gnunet-gtk/src/setup/gnunet-setup-transport.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-transport.c       2013-04-18 14:59:32 UTC 
(rev 26936)
+++ gnunet-gtk/src/setup/gnunet-setup-transport.c       2013-04-18 15:51:31 UTC 
(rev 26937)
@@ -422,7 +422,7 @@
   /* test if upnpc is available */
   button = GTK_TOGGLE_BUTTON (GNUNET_SETUP_get_object 
("GNUNET_setup_transport_upnp_enable_checkbutton"));
   have_upnpc = (GNUNET_SYSERR !=
-               GNUNET_OS_check_helper_binary ("upnpc"));
+               GNUNET_OS_check_helper_binary ("upnpc",GNUNET_NO, NULL));
   /* FIXME: test if upnpc is actually working, that is, if transports
      start to work once we use UPnP */
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
@@ -461,7 +461,7 @@
        (GNUNET_YES ==
         GNUNET_CONFIGURATION_get_value_yesno (cfg, "nat", "BEHIND_NAT")) &&
        (GNUNET_YES ==
-        GNUNET_OS_check_helper_binary (binary)));
+        GNUNET_OS_check_helper_binary (binary,GNUNET_NO, NULL)));
   GNUNET_free_non_null (tmp);
   GNUNET_free (binary);
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
@@ -497,7 +497,7 @@
        (GNUNET_YES !=
         GNUNET_CONFIGURATION_get_value_yesno (cfg, "nat", "BEHIND_NAT")) &&
        (GNUNET_YES ==
-        GNUNET_OS_check_helper_binary (binary)));
+        GNUNET_OS_check_helper_binary (binary,GNUNET_NO, NULL)));
   GNUNET_free_non_null (tmp);
   GNUNET_free (binary);
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,




reply via email to

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