[Cancd-commits] jlbec commits r8 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Aug 19 13:23:56 CDT 2005


Author: jlbec
Date: 2005-08-19 13:23:56 -0500 (Fri, 19 Aug 2005)
New Revision: 8

Modified:
   trunk/cancd.c
Log:

o Don't listen on the IRC port!



Modified: trunk/cancd.c
===================================================================
--- trunk/cancd.c	2005-08-18 18:47:39 UTC (rev 7)
+++ trunk/cancd.c	2005-08-19 18:23:56 UTC (rev 8)
@@ -69,7 +69,7 @@
 /*
  * Port number to listen on.  Modified with the '-p' option.
  */
-static uint16_t log_port = 6667;
+static uint16_t log_port = 6677;
 
 /* Socket we are using */
 static int sock_fd;



More information about the Cancd-commits mailing list