gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15491 - gnunet-setup/src


From: gnunet
Subject: [GNUnet-SVN] r15491 - gnunet-setup/src
Date: Thu, 9 Jun 2011 15:26:45 +0200

Author: toelke
Date: 2011-06-09 15:26:45 +0200 (Thu, 09 Jun 2011)
New Revision: 15491

Modified:
   gnunet-setup/src/gnunet-setup-options.c
Log:
fix

Modified: gnunet-setup/src/gnunet-setup-options.c
===================================================================
--- gnunet-setup/src/gnunet-setup-options.c     2011-06-09 13:26:44 UTC (rev 
15490)
+++ gnunet-setup/src/gnunet-setup-options.c     2011-06-09 13:26:45 UTC (rev 
15491)
@@ -762,7 +762,7 @@
   guint targetport;
   gchar *targethost;
   gchar *altnames;
-  gboolean isudp;
+  gchar *tcpudp;
 
   /* FIXME: remove all existing DNS-related entries from cfg  */
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -777,7 +777,7 @@
                            2, &targetport,
                            3, &targethost,
                            4, &altnames,
-                           5, &isudp,
+                           5, &tcpudp,
                            -1);
        /* FIXME: update cfg! */
        g_free (hostname);




reply via email to

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