[pisa-src] r2954 - trunk/pisacd/cdconf.h

  • From: Hanno Wirtz <Hanno.Wirtz@xxxxxxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 23 Mar 2012 17:11:32 +0100

Author: wirtz
Date: Fri Mar 23 17:11:31 2012
New Revision: 2954

Log:
reversed Diegos port change, kills TP functionality

Modified:
   trunk/pisacd/cdconf.h

Modified: trunk/pisacd/cdconf.h
==============================================================================
--- trunk/pisacd/cdconf.h       Fri Mar 23 17:03:14 2012        (r2953)
+++ trunk/pisacd/cdconf.h       Fri Mar 23 17:11:31 2012        (r2954)
@@ -27,8 +27,8 @@
 /**
  * Default port number of client daemon
  */
-#define PISACD_DEFAULT_PORTNUM_CONTROL  7001
-#define PISACD_DEFAULT_PORTNUM_DATA     7002
+#define PISACD_DEFAULT_PORTNUM_CONTROL  5001
+#define PISACD_DEFAULT_PORTNUM_DATA     5002
 
 /**
  * data structure containing all configurations about the current client.
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2954 - trunk/pisacd/cdconf.h - Hanno Wirtz