2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Build 918

This commit is contained in:
CyanWorlds
2013-07-05 15:28:19 -07:00
parent 68ba122afe
commit 46a0cf6206
808 changed files with 152430 additions and 77945 deletions

View File

@ -126,7 +126,7 @@ static void ChangeDispatch_WL (IniChangeReg * marker) {
//===========================================================================
static unsigned THREADCALL IniSrvThreadProc (AsyncThread * thread) {
ref(thread);
REF(thread);
IniChangeReg marker;
marker.fNotify = nil;

View File

@ -56,7 +56,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*
***/
const unsigned CLASS_C_SUBNET_MASK = 0xFFFFFF00;
const unsigned CLASS_C_SUBNET_MASK = 0xFFFF0000;
const NetAddressNode LOOPBACK_ADDRESS_NODE = 0x7F000001;