[mw-devel] MW3 r1342 - trunk/src

tswsl1989 at sucs.org tswsl1989 at sucs.org
Mon Oct 14 21:24:51 BST 2013


Author: tswsl1989
Date: 2013-10-14 21:24:51 +0100 (Mon, 14 Oct 2013)
New Revision: 1342

Modified:
   trunk/src/socket.h
Log:
Restore IPCPORT_DEFAULT to correct value

Modified: trunk/src/socket.h
===================================================================
--- trunk/src/socket.h	2013-10-14 17:31:15 UTC (rev 1341)
+++ trunk/src/socket.h	2013-10-14 20:24:51 UTC (rev 1342)
@@ -5,7 +5,7 @@
 #include <jansson.h>
 #include "list.h"
 
-#define IPCPORT_DEFAULT	9998
+#define IPCPORT_DEFAULT	9999
 
 enum ipcsock_state {
 	IPCSTATE_CONNECTED,




More information about the mw-devel mailing list