Sender doesn't guarantee anything about pos, this doesn't seem to work on Win32 host

ryzomclassic-develop
kaetemi 3 years ago
parent 88e2ebd31c
commit 2cd2b9502f
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -268,7 +268,12 @@ void uncbServiceIdentification(CMessage &msgin, TSockId from, CCallbackNetBase &
if (isExternal) if (isExternal)
{ {
#ifdef NL_OS_WINDOWS
pos = 0;
#else
nlassert(pos == 0); nlassert(pos == 0);
#endif
} }
if (inSid.get() == 0) if (inSid.get() == 0)

Loading…
Cancel
Save