gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7405 - gnunet-gtk/src/plugins/daemon


From: gnunet
Subject: [GNUnet-SVN] r7405 - gnunet-gtk/src/plugins/daemon
Date: Thu, 10 Jul 2008 00:50:14 -0600 (MDT)

Author: grothoff
Date: 2008-07-10 00:50:14 -0600 (Thu, 10 Jul 2008)
New Revision: 7405

Modified:
   gnunet-gtk/src/plugins/daemon/daemon.c
Log:
do not require colon

Modified: gnunet-gtk/src/plugins/daemon/daemon.c
===================================================================
--- gnunet-gtk/src/plugins/daemon/daemon.c      2008-07-09 19:26:24 UTC (rev 
7404)
+++ gnunet-gtk/src/plugins/daemon/daemon.c      2008-07-10 06:50:14 UTC (rev 
7405)
@@ -157,7 +157,7 @@
                               "gnunetdconfigFileChooserButton");
       GNUNET_GC_get_configuration_value_string (cfg, "NETWORK", "HOST",
                                                 "localhost", &host);
-      if (strncmp (host, "localhost:", 10) == 0)
+      if (strncmp (host, "localhost", 9) == 0)
         isLocal = TRUE;
       else
         isLocal = FALSE;





reply via email to

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