- Fix Release build.

svn path=/trunk/; revision=52512
This commit is contained in:
James Tabor 2011-07-03 08:46:07 +00:00
parent ba4ec529be
commit 1a41825a28

View file

@ -150,7 +150,9 @@ int OskitTCPRecv( void *connection,
OSK_UINT Len,
OSK_UINT *OutLen,
OSK_UINT Flags ) {
#if DBG
struct socket *so = connection;
#endif
struct uio uio = { 0 };
struct iovec iov = { 0 };
int error = 0;