Author: grothoff
Date: 2005-06-26 02:51:45 -0700 (Sun, 26 Jun 2005)
New Revision: 1044
Modified:
GNUnet/src/util/port.c
Log:
const
Modified: GNUnet/src/util/port.c
===================================================================
--- GNUnet/src/util/port.c 2005-06-26 09:50:26 UTC (rev 1043)
+++ GNUnet/src/util/port.c 2005-06-26 09:51:45 UTC (rev 1044)
@@ -30,7 +30,7 @@
*/
unsigned short getGNUnetPort() {
unsigned short port;
- char *setting;
+ const char *setting;
if (testConfigurationString("GNUNETD", "_MAGIC_", "YES"))
setting = "PORT";
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn