summaryrefslogtreecommitdiff
path: root/core/net_crypto.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-20 14:47:32 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-20 14:47:32 -0400
commitac621d96d3139ca09eeebd509d6f6b92380f4f41 (patch)
tree497a4e5866f0f8d11f98b5e413b24cc650aab1df /core/net_crypto.c
parenta1c40d753ee8faf15aa0dd314bd4249aa3750b2e (diff)
Refactor of core done.
Diffstat (limited to 'core/net_crypto.c')
-rw-r--r--core/net_crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/net_crypto.c b/core/net_crypto.c
index 2e63d2f1..e36a1666 100644
--- a/core/net_crypto.c
+++ b/core/net_crypto.c
@@ -706,7 +706,6 @@ Net_Crypto * new_net_crypto(Networking_Core * net)
706 if (temp->lossless_udp == NULL) 706 if (temp->lossless_udp == NULL)
707 return NULL; 707 return NULL;
708 memset(temp->incoming_connections, -1 , sizeof(int) * MAX_INCOMING); 708 memset(temp->incoming_connections, -1 , sizeof(int) * MAX_INCOMING);
709 temp_net_crypto = temp; //TODO remove
710 return temp; 709 return temp;
711} 710}
712 711