Author: durner
Date: 2005-06-26 01:32:50 -0700 (Sun, 26 Jun 2005)
New Revision: 1036
Modified:
GNUnet/src/util/port.c
Log:
Client port renamed
Modified: GNUnet/src/util/port.c
===================================================================
--- GNUnet/src/util/port.c 2005-06-26 00:39:45 UTC (rev 1035)
+++ GNUnet/src/util/port.c 2005-06-26 08:32:50 UTC (rev 1036)
@@ -32,11 +32,11 @@
unsigned short port;
port = (unsigned short) getConfigurationInt("NETWORK",
- "PORT");
+ "CLIENT-PORT");
if (port == 0) { /* try lookup in services */
errexit(_("Cannot determine port of gnunetd server. Define in
configuration file in section '%s' under '%s'.\n"),
"NETWORK",
- "PORT");
+ "CLIENT-PORT");
}
return port;
}
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn